Html Css Color HEX #DCD500 Bird Flower

📋 copy color: '#DCD500'

red 220 ◦ green 213 ◦ blue 0

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

Shades of Bird Flower #DCD500

Tints of Bird Flower #DCD500

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.81%
G = 49.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DCD500 (or 0xDCD500) is known color: Bird Flower. HEX triplet: DC, D5 and 00. RGB value is (220,213,0). Sum of RGB (Red+Green+Blue) = 220+213+0=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD500 is #232AFF. Grayscale: #BFBFBF. Windows color (decimal): -2304768 or 54748. OLE color: 54748.

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

Color convert

RGB 220 213 0 -
CMYK 0 0.03 1 0.14
HSL 58.09º 1% 0.43% -
HSV(B) 58.09º 1% 0.86% -
XYZ 53.31 62.8 9.31 -
YUV 190.81 20.32 148.82 -
System Red Green Blue C M Y K H S L
Decimal 220 213 0 0 0.03 1 0.14 58.09 1 0.43
Hex DC D5 0 0 3 64 E 3A 64 2B
Octal 334 325 0 0 3 144 16 72 144 53
Binary 11011100 11010101 0 0 11 1100100 1110 111010 1100100 101011

Color Harmonies of #DCD500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD500

Black with #DCD500

Text Example


Text Example

White with #DCD500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD500; }

 p { color: rgb(220,213,0); }

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

background-color css

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

 a { background-color: rgb(220,213,0); }

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

border-color css

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

 span { border-color: rgb(220,213,0); }

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