Html Css Color HEX #DAB406 Sunflower

📋 copy color: '#DAB406'

red 218 ◦ green 180 ◦ blue 6

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

Shades of Sunflower #DAB406

Tints of Sunflower #DAB406

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.55%

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

R = 53.96%
G = 44.55%
B = 1.49%

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

#DAB406 (or 0xDAB406) is known color: Sunflower. HEX triplet: DA, B4 and 06. RGB value is (218,180,6). Sum of RGB (Red+Green+Blue) = 218+180+6=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 6 (2.73% from 255 or 1.49% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB406 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB406 is #254BF9. Grayscale: #ACACAC. Windows color (decimal): -2444282 or 439514. OLE color: 439514.

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

Color convert

RGB 218 180 6 -
CMYK 0 0.17 0.97 0.15
HSL 49.25º 0.95% 0.44% -
HSV(B) 49.25º 0.97% 0.85% -
XYZ 45.27 47.56 6.97 -
YUV 171.53 34.59 161.15 -
System Red Green Blue C M Y K H S L
Decimal 218 180 6 0 0.17 0.97 0.15 49.25 0.95 0.44
Hex DA B4 6 0 11 61 F 31 5F 2C
Octal 332 264 6 0 21 141 17 61 137 54
Binary 11011010 10110100 110 0 10001 1100001 1111 110001 1011111 101100

Color Harmonies of #DAB406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB406

Black with #DAB406

Text Example


Text Example

White with #DAB406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB406; }

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

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

background-color css

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

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

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

border-color css

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

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

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