Html Css Color HEX #DAB300 Sunflower

📋 copy color: '#DAB300'

red 218 ◦ green 179 ◦ blue 0

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

Shades of Sunflower #DAB300

Tints of Sunflower #DAB300

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.09%

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

R = 54.91%
G = 45.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DAB300 (or 0xDAB300) is known color: Sunflower. HEX triplet: DA, B3 and 00. RGB value is (218,179,0). Sum of RGB (Red+Green+Blue) = 218+179+0=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB300 is #254CFF. Grayscale: #ABABAB. Windows color (decimal): -2444544 or 46042. OLE color: 46042.

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

Color convert

RGB 218 179 0 -
CMYK 0 0.18 1 0.15
HSL 49.27º 1% 0.43% -
HSV(B) 49.27º 1% 0.85% -
XYZ 45.03 47.15 6.73 -
YUV 170.26 31.92 162.05 -
System Red Green Blue C M Y K H S L
Decimal 218 179 0 0 0.18 1 0.15 49.27 1 0.43
Hex DA B3 0 0 12 64 F 31 64 2B
Octal 332 263 0 0 22 144 17 61 144 53
Binary 11011010 10110011 0 0 10010 1100100 1111 110001 1100100 101011

Color Harmonies of #DAB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB300

Black with #DAB300

Text Example


Text Example

White with #DAB300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB300; }

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

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

background-color css

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

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

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

border-color css

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

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

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