Html Css Color HEX #DCD300 Bird Flower

📋 copy color: '#DCD300'

red 220 ◦ green 211 ◦ blue 0

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

Shades of Bird Flower #DCD300

Tints of Bird Flower #DCD300

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.96%

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

R = 51.04%
G = 48.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DCD300 (or 0xDCD300) is known color: Bird Flower. HEX triplet: DC, D3 and 00. RGB value is (220,211,0). Sum of RGB (Red+Green+Blue) = 220+211+0=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 211 (82.81% from 255 or 48.96% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD300 is #232CFF. Grayscale: #BEBEBE. Windows color (decimal): -2305280 or 54236. OLE color: 54236.

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

Color convert

RGB 220 211 0 -
CMYK 0 0.04 1 0.14
HSL 57.55º 1% 0.43% -
HSV(B) 57.55º 1% 0.86% -
XYZ 52.81 61.8 9.15 -
YUV 189.64 20.98 149.66 -
System Red Green Blue C M Y K H S L
Decimal 220 211 0 0 0.04 1 0.14 57.55 1 0.43
Hex DC D3 0 0 4 64 E 3A 64 2B
Octal 334 323 0 0 4 144 16 72 144 53
Binary 11011100 11010011 0 0 100 1100100 1110 111010 1100100 101011

Color Harmonies of #DCD300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD300

Black with #DCD300

Text Example


Text Example

White with #DCD300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD300; }

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

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

background-color css

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

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

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

border-color css

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

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

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