Html Css Color HEX #DBAF0F Sunflower

📋 copy color: '#DBAF0F'

red 219 ◦ green 175 ◦ blue 15

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

Shades of Sunflower #DBAF0F

Tints of Sunflower #DBAF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.67%

R = 53.55%
G = 42.79%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBAF0F (or 0xDBAF0F) is known color: Sunflower. HEX triplet: DB, AF and 0F. RGB value is (219,175,15). Sum of RGB (Red+Green+Blue) = 219+175+15=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAF0F is #2450F0. Grayscale: #AAAAAA. Windows color (decimal): -2380017 or 1028059. OLE color: 1028059.

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

Color convert

RGB 219 175 15 -
CMYK 0 0.20 0.93 0.14
HSL 47.06º 0.87% 0.46% -
HSV(B) 47.06º 0.93% 0.86% -
XYZ 44.63 45.75 6.93 -
YUV 169.92 40.58 163.01 -
System Red Green Blue C M Y K H S L
Decimal 219 175 15 0 0.20 0.93 0.14 47.06 0.87 0.46
Hex DB AF F 0 14 5D E 2F 57 2E
Octal 333 257 17 0 24 135 16 57 127 56
Binary 11011011 10101111 1111 0 10100 1011101 1110 101111 1010111 101110

Color Harmonies of #DBAF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF0F

Black with #DBAF0F

Text Example


Text Example

White with #DBAF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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