Html Css Color HEX #DAB10C Sunflower

📋 copy color: '#DAB10C'

red 218 ◦ green 177 ◦ blue 12

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

Shades of Sunflower #DAB10C

Tints of Sunflower #DAB10C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.49%

 BLUE value IS 12 (5.08% from 255) = 2.95%

R = 53.56%
G = 43.49%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAB10C (or 0xDAB10C) is known color: Sunflower. HEX triplet: DA, B1 and 0C. RGB value is (218,177,12). Sum of RGB (Red+Green+Blue) = 218+177+12=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB10C is #254EF3. Grayscale: #ABABAB. Windows color (decimal): -2445044 or 831962. OLE color: 831962.

HSL color Cylindrical-coordinate representation of color #DAB10C: hue angle of 48.06º degrees, saturation: 0.9, 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 #DAB10C is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 177 12 -
CMYK 0 0.19 0.94 0.15
HSL 48.06º 0.9% 0.45% -
HSV(B) 48.06º 0.94% 0.85% -
XYZ 44.7 46.38 6.94 -
YUV 170.45 38.58 161.92 -
System Red Green Blue C M Y K H S L
Decimal 218 177 12 0 0.19 0.94 0.15 48.06 0.9 0.45
Hex DA B1 C 0 13 5E F 30 5A 2D
Octal 332 261 14 0 23 136 17 60 132 55
Binary 11011010 10110001 1100 0 10011 1011110 1111 110000 1011010 101101

Color Harmonies of #DAB10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB10C

Black with #DAB10C

Text Example


Text Example

White with #DAB10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB10C; }

 p { color: rgb(218,177,12); }

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

background-color css

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

 a { background-color: rgb(218,177,12); }

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

border-color css

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

 span { border-color: rgb(218,177,12); }

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