Html Css Color HEX #DCD20D Bird Flower

📋 copy color: '#DCD20D'

red 220 ◦ green 210 ◦ blue 13

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

Shades of Bird Flower #DCD20D

Tints of Bird Flower #DCD20D

RGB

 RED value IS 220 (86.33% from 255) = 49.66%

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

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

R = 49.66%
G = 47.4%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCD20D (or 0xDCD20D) is known color: Bird Flower. HEX triplet: DC, D2 and 0D. RGB value is (220,210,13). Sum of RGB (Red+Green+Blue) = 220+210+13=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD20D is #232DF2. Grayscale: #BFBFBF. Windows color (decimal): -2305523 or 905948. OLE color: 905948.

HSL color Cylindrical-coordinate representation of color #DCD20D: hue angle of 57.1º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCD20D is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 210 13 -
CMYK 0 0.05 0.94 0.14
HSL 57.1º 0.89% 0.46% -
HSV(B) 57.1º 0.94% 0.86% -
XYZ 52.63 61.34 9.45 -
YUV 190.53 27.81 149.02 -
System Red Green Blue C M Y K H S L
Decimal 220 210 13 0 0.05 0.94 0.14 57.1 0.89 0.46
Hex DC D2 D 0 5 5E E 39 59 2E
Octal 334 322 15 0 5 136 16 71 131 56
Binary 11011100 11010010 1101 0 101 1011110 1110 111001 1011001 101110

Color Harmonies of #DCD20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD20D

Black with #DCD20D

Text Example


Text Example

White with #DCD20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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