Html Css Color HEX #DBAF0A Sunflower

📋 copy color: '#DBAF0A'

red 219 ◦ green 175 ◦ blue 10

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

Shades of Sunflower #DBAF0A

Tints of Sunflower #DBAF0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.48%

R = 54.21%
G = 43.32%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBAF0A (or 0xDBAF0A) is known color: Sunflower. HEX triplet: DB, AF and 0A. RGB value is (219,175,10). Sum of RGB (Red+Green+Blue) = 219+175+10=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAF0A is #2450F5. Grayscale: #AAAAAA. Windows color (decimal): -2380022 or 700379. OLE color: 700379.

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

Color convert

RGB 219 175 10 -
CMYK 0 0.20 0.95 0.14
HSL 47.37º 0.91% 0.45% -
HSV(B) 47.37º 0.95% 0.86% -
XYZ 44.6 45.74 6.77 -
YUV 169.35 38.08 163.42 -
System Red Green Blue C M Y K H S L
Decimal 219 175 10 0 0.20 0.95 0.14 47.37 0.91 0.45
Hex DB AF A 0 14 5F E 2F 5B 2D
Octal 333 257 12 0 24 137 16 57 133 55
Binary 11011011 10101111 1010 0 10100 1011111 1110 101111 1011011 101101

Color Harmonies of #DBAF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF0A

Black with #DBAF0A

Text Example


Text Example

White with #DBAF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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