Html Css Color HEX #DAB20D Sunflower

📋 copy color: '#DAB20D'

red 218 ◦ green 178 ◦ blue 13

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

Shades of Sunflower #DAB20D

Tints of Sunflower #DAB20D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.52%

 BLUE value IS 13 (5.47% from 255) = 3.18%

R = 53.3%
G = 43.52%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAB20D (or 0xDAB20D) is known color: Sunflower. HEX triplet: DA, B2 and 0D. RGB value is (218,178,13). Sum of RGB (Red+Green+Blue) = 218+178+13=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB20D is #254DF2. Grayscale: #ABABAB. Windows color (decimal): -2444787 or 897754. OLE color: 897754.

HSL color Cylindrical-coordinate representation of color #DAB20D: hue angle of 48.29º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAB20D is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 178 13 -
CMYK 0 0.18 0.94 0.15
HSL 48.29º 0.89% 0.45% -
HSV(B) 48.29º 0.94% 0.85% -
XYZ 44.91 46.78 7.04 -
YUV 171.15 38.75 161.42 -
System Red Green Blue C M Y K H S L
Decimal 218 178 13 0 0.18 0.94 0.15 48.29 0.89 0.45
Hex DA B2 D 0 12 5E F 30 59 2D
Octal 332 262 15 0 22 136 17 60 131 55
Binary 11011010 10110010 1101 0 10010 1011110 1111 110000 1011001 101101

Color Harmonies of #DAB20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB20D

Black with #DAB20D

Text Example


Text Example

White with #DAB20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB20D; }

 p { color: rgb(218,178,13); }

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

background-color css

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

 a { background-color: rgb(218,178,13); }

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

border-color css

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

 span { border-color: rgb(218,178,13); }

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