Html Css Color HEX #DAB70C Sunflower

📋 copy color: '#DAB70C'

red 218 ◦ green 183 ◦ blue 12

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

Shades of Sunflower #DAB70C

Tints of Sunflower #DAB70C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.31%

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

R = 52.78%
G = 44.31%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAB70C (or 0xDAB70C) is known color: Sunflower. HEX triplet: DA, B7 and 0C. RGB value is (218,183,12). Sum of RGB (Red+Green+Blue) = 218+183+12=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB70C is #2548F3. Grayscale: #AEAEAE. Windows color (decimal): -2443508 or 833498. OLE color: 833498.

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

Color convert

RGB 218 183 12 -
CMYK 0 0.16 0.94 0.15
HSL 49.81º 0.9% 0.45% -
HSV(B) 49.81º 0.94% 0.85% -
XYZ 45.91 48.8 7.35 -
YUV 173.97 36.6 159.4 -
System Red Green Blue C M Y K H S L
Decimal 218 183 12 0 0.16 0.94 0.15 49.81 0.9 0.45
Hex DA B7 C 0 10 5E F 32 5A 2D
Octal 332 267 14 0 20 136 17 62 132 55
Binary 11011010 10110111 1100 0 10000 1011110 1111 110010 1011010 101101

Color Harmonies of #DAB70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB70C

Black with #DAB70C

Text Example


Text Example

White with #DAB70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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