Html Css Color HEX #DAD20C Bird Flower

📋 copy color: '#DAD20C'

red 218 ◦ green 210 ◦ blue 12

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

Shades of Bird Flower #DAD20C

Tints of Bird Flower #DAD20C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.73%

 BLUE value IS 12 (5.08% from 255) = 2.73%

R = 49.55%
G = 47.73%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAD20C (or 0xDAD20C) is known color: Bird Flower. HEX triplet: DA, D2 and 0C. RGB value is (218,210,12). Sum of RGB (Red+Green+Blue) = 218+210+12=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD20C is #252DF3. Grayscale: #BEBEBE. Windows color (decimal): -2436596 or 840410. OLE color: 840410.

HSL color Cylindrical-coordinate representation of color #DAD20C: hue angle of 57.67º degrees, saturation: 0.9, 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 #DAD20C is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 210 12 -
CMYK 0 0.04 0.94 0.15
HSL 57.67º 0.9% 0.45% -
HSV(B) 57.67º 0.94% 0.85% -
XYZ 52.03 61.03 9.38 -
YUV 189.82 27.65 148.1 -
System Red Green Blue C M Y K H S L
Decimal 218 210 12 0 0.04 0.94 0.15 57.67 0.9 0.45
Hex DA D2 C 0 4 5E F 3A 5A 2D
Octal 332 322 14 0 4 136 17 72 132 55
Binary 11011010 11010010 1100 0 100 1011110 1111 111010 1011010 101101

Color Harmonies of #DAD20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD20C

Black with #DAD20C

Text Example


Text Example

White with #DAD20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD20C; }

 p { color: rgb(218,210,12); }

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

background-color css

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

 a { background-color: rgb(218,210,12); }

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

border-color css

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

 span { border-color: rgb(218,210,12); }

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