Html Css Color HEX #DBB007 Sunflower

📋 copy color: '#DBB007'

red 219 ◦ green 176 ◦ blue 7

#DBB007
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #DBB007

Tints of Sunflower #DBB007

RGB

 RED value IS 219 (85.94% from 255) = 54.48%

 GREEN value IS 176 (69.14% from 255) = 43.78%

 BLUE value IS 7 (3.13% from 255) = 1.74%

R = 54.48%
G = 43.78%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DBB007 (or 0xDBB007) is known color: Sunflower. HEX triplet: DB, B0 and 07. RGB value is (219,176,7). Sum of RGB (Red+Green+Blue) = 219+176+7=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 7 (3.12% from 255 or 1.74% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB007 is #244FF8. Grayscale: #AAAAAA. Windows color (decimal): -2379769 or 504027. OLE color: 504027.

HSL color Cylindrical-coordinate representation of color #DBB007: hue angle of 47.83º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBB007 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 7 -
CMYK 0 0.20 0.97 0.14
HSL 47.83º 0.94% 0.44% -
HSV(B) 47.83º 0.97% 0.86% -
XYZ 44.78 46.13 6.74 -
YUV 169.59 36.25 163.24 -
System Red Green Blue C M Y K H S L
Decimal 219 176 7 0 0.20 0.97 0.14 47.83 0.94 0.44
Hex DB B0 7 0 14 61 E 30 5E 2C
Octal 333 260 7 0 24 141 16 60 136 54
Binary 11011011 10110000 111 0 10100 1100001 1110 110000 1011110 101100

Color Harmonies of #DBB007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB007

Black with #DBB007

Text Example


Text Example

White with #DBB007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB007; }

 p { color: rgb(219,176,7); }

 H1.HeaderClassName
 {
   color: #DBB007;
 }
 .AnyTagClassName
 {
   color: #DBB007;
 }
</style>

background-color css

<style>
 a { background-color: #DBB007; }

 a { background-color: rgb(219,176,7); }

 div.DivClassName
 {
   background-color: #DBB007;
 }
 .BgClassName
 {
   background-color: #DBB007;
 }
</style>

border-color css

<style>
 span { border-color: #DBB007; }

 span { border-color: rgb(219,176,7); }

 td.TdClassName
 {
   border-color: #DBB007;
 }
 .TagClassName
 {
   border-color: #DBB007;
 }
</style>