Html Css Color HEX #DCD50C Bird Flower

📋 copy color: '#DCD50C'

red 220 ◦ green 213 ◦ blue 12

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

Shades of Bird Flower #DCD50C

Tints of Bird Flower #DCD50C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.7%

R = 49.44%
G = 47.87%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCD50C (or 0xDCD50C) is known color: Bird Flower. HEX triplet: DC, D5 and 0C. RGB value is (220,213,12). Sum of RGB (Red+Green+Blue) = 220+213+12=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD50C is #232AF3. Grayscale: #C0C0C0. Windows color (decimal): -2304756 or 841180. OLE color: 841180.

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

Color convert

RGB 220 213 12 -
CMYK 0 0.03 0.95 0.14
HSL 57.98º 0.9% 0.45% -
HSV(B) 57.98º 0.95% 0.86% -
XYZ 53.38 62.83 9.66 -
YUV 192.18 26.32 147.84 -
System Red Green Blue C M Y K H S L
Decimal 220 213 12 0 0.03 0.95 0.14 57.98 0.9 0.45
Hex DC D5 C 0 3 5F E 3A 5A 2D
Octal 334 325 14 0 3 137 16 72 132 55
Binary 11011100 11010101 1100 0 11 1011111 1110 111010 1011010 101101

Color Harmonies of #DCD50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD50C

Black with #DCD50C

Text Example


Text Example

White with #DCD50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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