Html Css Color HEX #DAB606 Sunflower

📋 copy color: '#DAB606'

red 218 ◦ green 182 ◦ blue 6

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

Shades of Sunflower #DAB606

Tints of Sunflower #DAB606

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.83%

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

R = 53.69%
G = 44.83%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DAB606 (or 0xDAB606) is known color: Sunflower. HEX triplet: DA, B6 and 06. RGB value is (218,182,6). Sum of RGB (Red+Green+Blue) = 218+182+6=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 6 (2.73% from 255 or 1.48% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB606 is #2549F9. Grayscale: #ADADAD. Windows color (decimal): -2443770 or 440026. OLE color: 440026.

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

Color convert

RGB 218 182 6 -
CMYK 0 0.17 0.97 0.15
HSL 49.81º 0.95% 0.44% -
HSV(B) 49.81º 0.97% 0.85% -
XYZ 45.67 48.37 7.1 -
YUV 172.7 33.93 160.31 -
System Red Green Blue C M Y K H S L
Decimal 218 182 6 0 0.17 0.97 0.15 49.81 0.95 0.44
Hex DA B6 6 0 11 61 F 32 5F 2C
Octal 332 266 6 0 21 141 17 62 137 54
Binary 11011010 10110110 110 0 10001 1100001 1111 110010 1011111 101100

Color Harmonies of #DAB606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB606

Black with #DAB606

Text Example


Text Example

White with #DAB606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB606; }

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

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

background-color css

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

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

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

border-color css

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

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

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