Html Css Color HEX #DBB217 Sunflower

📋 copy color: '#DBB217'

red 219 ◦ green 178 ◦ blue 23

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

Shades of Sunflower #DBB217

Tints of Sunflower #DBB217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.48%

R = 52.14%
G = 42.38%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBB217 (or 0xDBB217) is known color: Sunflower. HEX triplet: DB, B2 and 17. RGB value is (219,178,23). Sum of RGB (Red+Green+Blue) = 219+178+23=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB217 is #244DE8. Grayscale: #ADADAD. Windows color (decimal): -2379241 or 1553115. OLE color: 1553115.

HSL color Cylindrical-coordinate representation of color #DBB217: hue angle of 47.45º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBB217 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 178 23 -
CMYK 0 0.19 0.89 0.14
HSL 47.45º 0.81% 0.47% -
HSV(B) 47.45º 0.89% 0.86% -
XYZ 45.29 46.96 7.49 -
YUV 172.59 43.58 161.1 -
System Red Green Blue C M Y K H S L
Decimal 219 178 23 0 0.19 0.89 0.14 47.45 0.81 0.47
Hex DB B2 17 0 13 59 E 2F 51 2F
Octal 333 262 27 0 23 131 16 57 121 57
Binary 11011011 10110010 10111 0 10011 1011001 1110 101111 1010001 101111

Color Harmonies of #DBB217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB217

Black with #DBB217

Text Example


Text Example

White with #DBB217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB217; }

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

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

background-color css

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

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

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

border-color css

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

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

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