Html Css Color HEX #DAD20D Bird Flower

📋 copy color: '#DAD20D'

red 218 ◦ green 210 ◦ blue 13

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

Shades of Bird Flower #DAD20D

Tints of Bird Flower #DAD20D

RGB

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

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

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

R = 49.43%
G = 47.62%
B = 2.95%

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

#DAD20D (or 0xDAD20D) is known color: Bird Flower. HEX triplet: DA, D2 and 0D. RGB value is (218,210,13). Sum of RGB (Red+Green+Blue) = 218+210+13=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 13 (5.47% from 255 or 2.95% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD20D is #252DF2. Grayscale: #BEBEBE. Windows color (decimal): -2436595 or 905946. OLE color: 905946.

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

Color convert

RGB 218 210 13 -
CMYK 0 0.04 0.94 0.15
HSL 57.66º 0.89% 0.45% -
HSV(B) 57.66º 0.94% 0.85% -
XYZ 52.03 61.03 9.42 -
YUV 189.93 28.15 148.02 -
System Red Green Blue C M Y K H S L
Decimal 218 210 13 0 0.04 0.94 0.15 57.66 0.89 0.45
Hex DA D2 D 0 4 5E F 3A 59 2D
Octal 332 322 15 0 4 136 17 72 131 55
Binary 11011010 11010010 1101 0 100 1011110 1111 111010 1011001 101101

Color Harmonies of #DAD20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD20D

Black with #DAD20D

Text Example


Text Example

White with #DAD20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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