Html Css Color HEX #DAAF0D Sunflower

📋 copy color: '#DAAF0D'

red 218 ◦ green 175 ◦ blue 13

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

Shades of Sunflower #DAAF0D

Tints of Sunflower #DAAF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.2%

R = 53.69%
G = 43.1%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAAF0D (or 0xDAAF0D) is known color: Sunflower. HEX triplet: DA, AF and 0D. RGB value is (218,175,13). Sum of RGB (Red+Green+Blue) = 218+175+13=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAF0D is #2550F2. Grayscale: #AAAAAA. Windows color (decimal): -2445555 or 896986. OLE color: 896986.

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

Color convert

RGB 218 175 13 -
CMYK 0 0.20 0.94 0.15
HSL 47.41º 0.89% 0.45% -
HSV(B) 47.41º 0.94% 0.85% -
XYZ 44.32 45.59 6.85 -
YUV 169.39 39.75 162.67 -
System Red Green Blue C M Y K H S L
Decimal 218 175 13 0 0.20 0.94 0.15 47.41 0.89 0.45
Hex DA AF D 0 14 5E F 2F 59 2D
Octal 332 257 15 0 24 136 17 57 131 55
Binary 11011010 10101111 1101 0 10100 1011110 1111 101111 1011001 101101

Color Harmonies of #DAAF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAF0D

Black with #DAAF0D

Text Example


Text Example

White with #DAAF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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