Html Css Color HEX #DAB906 Sunflower

📋 copy color: '#DAB906'

red 218 ◦ green 185 ◦ blue 6

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

Shades of Sunflower #DAB906

Tints of Sunflower #DAB906

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.23%

 BLUE value IS 6 (2.73% from 255) = 1.47%

R = 53.3%
G = 45.23%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DAB906 (or 0xDAB906) is known color: Sunflower. HEX triplet: DA, B9 and 06. RGB value is (218,185,6). Sum of RGB (Red+Green+Blue) = 218+185+6=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB906 is #2546F9. Grayscale: #AFAFAF. Windows color (decimal): -2443002 or 440794. OLE color: 440794.

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

Color convert

RGB 218 185 6 -
CMYK 0 0.15 0.97 0.15
HSL 50.66º 0.95% 0.44% -
HSV(B) 50.66º 0.97% 0.85% -
XYZ 46.3 49.62 7.31 -
YUV 174.46 32.93 159.05 -
System Red Green Blue C M Y K H S L
Decimal 218 185 6 0 0.15 0.97 0.15 50.66 0.95 0.44
Hex DA B9 6 0 F 61 F 33 5F 2C
Octal 332 271 6 0 17 141 17 63 137 54
Binary 11011010 10111001 110 0 1111 1100001 1111 110011 1011111 101100

Color Harmonies of #DAB906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB906

Black with #DAB906

Text Example


Text Example

White with #DAB906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB906; }

 p { color: rgb(218,185,6); }

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

background-color css

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

 a { background-color: rgb(218,185,6); }

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

border-color css

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

 span { border-color: rgb(218,185,6); }

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