Html Css Color HEX #DBB207 Sunflower

📋 copy color: '#DBB207'

red 219 ◦ green 178 ◦ blue 7

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

Shades of Sunflower #DBB207

Tints of Sunflower #DBB207

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.06%

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

R = 54.21%
G = 44.06%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DBB207 (or 0xDBB207) is known color: Sunflower. HEX triplet: DB, B2 and 07. RGB value is (219,178,7). Sum of RGB (Red+Green+Blue) = 219+178+7=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB207 is #244DF8. Grayscale: #ABABAB. Windows color (decimal): -2379257 or 504539. OLE color: 504539.

HSL color Cylindrical-coordinate representation of color #DBB207: hue angle of 48.4º 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 #DBB207 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 178 7 -
CMYK 0 0.19 0.97 0.14
HSL 48.4º 0.94% 0.44% -
HSV(B) 48.4º 0.97% 0.86% -
XYZ 45.17 46.92 6.88 -
YUV 170.77 35.58 162.4 -
System Red Green Blue C M Y K H S L
Decimal 219 178 7 0 0.19 0.97 0.14 48.4 0.94 0.44
Hex DB B2 7 0 13 61 E 30 5E 2C
Octal 333 262 7 0 23 141 16 60 136 54
Binary 11011011 10110010 111 0 10011 1100001 1110 110000 1011110 101100

Color Harmonies of #DBB207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB207

Black with #DBB207

Text Example


Text Example

White with #DBB207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB207; }

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

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

background-color css

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

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

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

border-color css

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

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

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