Html Css Color HEX #DAB20B Sunflower

📋 copy color: '#DAB20B'

red 218 ◦ green 178 ◦ blue 11

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

Shades of Sunflower #DAB20B

Tints of Sunflower #DAB20B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.7%

R = 53.56%
G = 43.73%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DAB20B (or 0xDAB20B) is known color: Sunflower. HEX triplet: DA, B2 and 0B. RGB value is (218,178,11). Sum of RGB (Red+Green+Blue) = 218+178+11=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB20B is #254DF4. Grayscale: #ABABAB. Windows color (decimal): -2444789 or 766682. OLE color: 766682.

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

Color convert

RGB 218 178 11 -
CMYK 0 0.18 0.95 0.15
HSL 48.41º 0.9% 0.45% -
HSV(B) 48.41º 0.95% 0.85% -
XYZ 44.89 46.77 6.98 -
YUV 170.92 37.75 161.58 -
System Red Green Blue C M Y K H S L
Decimal 218 178 11 0 0.18 0.95 0.15 48.41 0.9 0.45
Hex DA B2 B 0 12 5F F 30 5A 2D
Octal 332 262 13 0 22 137 17 60 132 55
Binary 11011010 10110010 1011 0 10010 1011111 1111 110000 1011010 101101

Color Harmonies of #DAB20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB20B

Black with #DAB20B

Text Example


Text Example

White with #DAB20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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