Html Css Color HEX #DAB821 Sunflower

📋 copy color: '#DAB821'

red 218 ◦ green 184 ◦ blue 33

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

Shades of Sunflower #DAB821

Tints of Sunflower #DAB821

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.3%

 BLUE value IS 33 (13.28% from 255) = 7.59%

R = 50.11%
G = 42.3%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DAB821 (or 0xDAB821) is known color: Sunflower. HEX triplet: DA, B8 and 21. RGB value is (218,184,33). Sum of RGB (Red+Green+Blue) = 218+184+33=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB821 is #2547DE. Grayscale: #B1B1B1. Windows color (decimal): -2443231 or 2210010. OLE color: 2210010.

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

Color convert

RGB 218 184 33 -
CMYK 0 0.16 0.85 0.15
HSL 48.97º 0.74% 0.49% -
HSV(B) 48.97º 0.85% 0.85% -
XYZ 46.33 49.3 8.51 -
YUV 176.95 46.76 157.28 -
System Red Green Blue C M Y K H S L
Decimal 218 184 33 0 0.16 0.85 0.15 48.97 0.74 0.49
Hex DA B8 21 0 10 55 F 31 4A 31
Octal 332 270 41 0 20 125 17 61 112 61
Binary 11011010 10111000 100001 0 10000 1010101 1111 110001 1001010 110001

Color Harmonies of #DAB821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB821

Black with #DAB821

Text Example


Text Example

White with #DAB821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB821; }

 p { color: rgb(218,184,33); }

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

background-color css

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

 a { background-color: rgb(218,184,33); }

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

border-color css

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

 span { border-color: rgb(218,184,33); }

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