Html Css Color HEX #DAB400 Sunflower

📋 copy color: '#DAB400'

red 218 ◦ green 180 ◦ blue 0

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

Shades of Sunflower #DAB400

Tints of Sunflower #DAB400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.77%
G = 45.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DAB400 (or 0xDAB400) is known color: Sunflower. HEX triplet: DA, B4 and 00. RGB value is (218,180,0). Sum of RGB (Red+Green+Blue) = 218+180+0=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB400 is #254BFF. Grayscale: #ABABAB. Windows color (decimal): -2444288 or 46298. OLE color: 46298.

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

Color convert

RGB 218 180 0 -
CMYK 0 0.17 1 0.15
HSL 49.54º 1% 0.43% -
HSV(B) 49.54º 1% 0.85% -
XYZ 45.23 47.55 6.79 -
YUV 170.84 31.59 161.64 -
System Red Green Blue C M Y K H S L
Decimal 218 180 0 0 0.17 1 0.15 49.54 1 0.43
Hex DA B4 0 0 11 64 F 32 64 2B
Octal 332 264 0 0 21 144 17 62 144 53
Binary 11011010 10110100 0 0 10001 1100100 1111 110010 1100100 101011

Color Harmonies of #DAB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB400

Black with #DAB400

Text Example


Text Example

White with #DAB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB400; }

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

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

background-color css

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

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

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

border-color css

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

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

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