Html Css Color HEX #DAB006 Sunflower

📋 copy color: '#DAB006'

red 218 ◦ green 176 ◦ blue 6

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

Shades of Sunflower #DAB006

Tints of Sunflower #DAB006

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44%

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

R = 54.5%
G = 44%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DAB006 (or 0xDAB006) is known color: Sunflower. HEX triplet: DA, B0 and 06. RGB value is (218,176,6). Sum of RGB (Red+Green+Blue) = 218+176+6=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 6 (2.73% from 255 or 1.5% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB006 is #254FF9. Grayscale: #A9A9A9. Windows color (decimal): -2445306 or 438490. OLE color: 438490.

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

Color convert

RGB 218 176 6 -
CMYK 0 0.19 0.97 0.15
HSL 48.11º 0.95% 0.44% -
HSV(B) 48.11º 0.97% 0.85% -
XYZ 44.47 45.97 6.7 -
YUV 169.18 35.91 162.82 -
System Red Green Blue C M Y K H S L
Decimal 218 176 6 0 0.19 0.97 0.15 48.11 0.95 0.44
Hex DA B0 6 0 13 61 F 30 5F 2C
Octal 332 260 6 0 23 141 17 60 137 54
Binary 11011010 10110000 110 0 10011 1100001 1111 110000 1011111 101100

Color Harmonies of #DAB006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB006

Black with #DAB006

Text Example


Text Example

White with #DAB006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB006; }

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

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

background-color css

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

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

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

border-color css

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

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

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