Html Css Color HEX #DCD201 Bird Flower

📋 copy color: '#DCD201'

red 220 ◦ green 210 ◦ blue 1

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

Shades of Bird Flower #DCD201

Tints of Bird Flower #DCD201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 51.04%
G = 48.72%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DCD201 (or 0xDCD201) is known color: Bird Flower. HEX triplet: DC, D2 and 01. RGB value is (220,210,1). Sum of RGB (Red+Green+Blue) = 220+210+1=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 1 (0.78% from 255 or 0.23% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD201 is #232DFE. Grayscale: #BEBEBE. Windows color (decimal): -2305535 or 119516. OLE color: 119516.

HSL color Cylindrical-coordinate representation of color #DCD201: hue angle of 57.26º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCD201 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 210 1 -
CMYK 0 0.05 1.00 0.14
HSL 57.26º 0.99% 0.43% -
HSV(B) 57.26º 1% 0.86% -
XYZ 52.57 61.31 9.09 -
YUV 189.16 21.81 149.99 -
System Red Green Blue C M Y K H S L
Decimal 220 210 1 0 0.05 1.00 0.14 57.26 0.99 0.43
Hex DC D2 1 0 5 64 E 39 63 2B
Octal 334 322 1 0 5 144 16 71 143 53
Binary 11011100 11010010 1 0 101 1100100 1110 111001 1100011 101011

Color Harmonies of #DCD201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD201

Black with #DCD201

Text Example


Text Example

White with #DCD201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD201; }

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

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

background-color css

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

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

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

border-color css

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

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

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