Html Css Color HEX #DBAF08 Sunflower

📋 copy color: '#DBAF08'

red 219 ◦ green 175 ◦ blue 8

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

Shades of Sunflower #DBAF08

Tints of Sunflower #DBAF08

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.53%

 BLUE value IS 8 (3.52% from 255) = 1.99%

R = 54.48%
G = 43.53%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBAF08 (or 0xDBAF08) is known color: Sunflower. HEX triplet: DB, AF and 08. RGB value is (219,175,8). Sum of RGB (Red+Green+Blue) = 219+175+8=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 8 (3.52% from 255 or 1.99% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAF08 is #2450F7. Grayscale: #A9A9A9. Windows color (decimal): -2380024 or 569307. OLE color: 569307.

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

Color convert

RGB 219 175 8 -
CMYK 0 0.20 0.96 0.14
HSL 47.49º 0.93% 0.45% -
HSV(B) 47.49º 0.96% 0.86% -
XYZ 44.59 45.74 6.71 -
YUV 169.12 37.08 163.58 -
System Red Green Blue C M Y K H S L
Decimal 219 175 8 0 0.20 0.96 0.14 47.49 0.93 0.45
Hex DB AF 8 0 14 60 E 2F 5D 2D
Octal 333 257 10 0 24 140 16 57 135 55
Binary 11011011 10101111 1000 0 10100 1100000 1110 101111 1011101 101101

Color Harmonies of #DBAF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF08

Black with #DBAF08

Text Example


Text Example

White with #DBAF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF08; }

 p { color: rgb(219,175,8); }

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

background-color css

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

 a { background-color: rgb(219,175,8); }

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

border-color css

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

 span { border-color: rgb(219,175,8); }

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