Html Css Color HEX #DAAF0B Sunflower

📋 copy color: '#DAAF0B'

red 218 ◦ green 175 ◦ blue 11

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

Shades of Sunflower #DAAF0B

Tints of Sunflower #DAAF0B

RGB

 RED value IS 218 (85.55% from 255) = 53.96%

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

 BLUE value IS 11 (4.69% from 255) = 2.72%

R = 53.96%
G = 43.32%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DAAF0B (or 0xDAAF0B) is known color: Sunflower. HEX triplet: DA, AF and 0B. RGB value is (218,175,11). Sum of RGB (Red+Green+Blue) = 218+175+11=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAF0B is #2550F4. Grayscale: #A9A9A9. Windows color (decimal): -2445557 or 765914. OLE color: 765914.

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

Color convert

RGB 218 175 11 -
CMYK 0 0.20 0.95 0.15
HSL 47.54º 0.9% 0.45% -
HSV(B) 47.54º 0.95% 0.85% -
XYZ 44.3 45.59 6.78 -
YUV 169.16 38.75 162.84 -
System Red Green Blue C M Y K H S L
Decimal 218 175 11 0 0.20 0.95 0.15 47.54 0.9 0.45
Hex DA AF B 0 14 5F F 30 5A 2D
Octal 332 257 13 0 24 137 17 60 132 55
Binary 11011010 10101111 1011 0 10100 1011111 1111 110000 1011010 101101

Color Harmonies of #DAAF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAF0B

Black with #DAAF0B

Text Example


Text Example

White with #DAAF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAF0B; }

 p { color: rgb(218,175,11); }

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

background-color css

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

 a { background-color: rgb(218,175,11); }

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

border-color css

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

 span { border-color: rgb(218,175,11); }

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