Html Css Color HEX #DCD60A Bird Flower

📋 copy color: '#DCD60A'

red 220 ◦ green 214 ◦ blue 10

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

Shades of Bird Flower #DCD60A

Tints of Bird Flower #DCD60A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.2%

 BLUE value IS 10 (4.3% from 255) = 2.25%

R = 49.55%
G = 48.2%
B = 2.25%

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

#DCD60A (or 0xDCD60A) is known color: Bird Flower. HEX triplet: DC, D6 and 0A. RGB value is (220,214,10). Sum of RGB (Red+Green+Blue) = 220+214+10=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 10 (4.30% from 255 or 2.25% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD60A is #2329F5. Grayscale: #C1C1C1. Windows color (decimal): -2304502 or 710364. OLE color: 710364.

HSL color Cylindrical-coordinate representation of color #DCD60A: hue angle of 58.29º degrees, saturation: 0.91, 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 #DCD60A is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 214 10 -
CMYK 0 0.03 0.95 0.14
HSL 58.29º 0.91% 0.45% -
HSV(B) 58.29º 0.95% 0.86% -
XYZ 53.62 63.33 9.69 -
YUV 192.54 24.99 147.59 -
System Red Green Blue C M Y K H S L
Decimal 220 214 10 0 0.03 0.95 0.14 58.29 0.91 0.45
Hex DC D6 A 0 3 5F E 3A 5B 2D
Octal 334 326 12 0 3 137 16 72 133 55
Binary 11011100 11010110 1010 0 11 1011111 1110 111010 1011011 101101

Color Harmonies of #DCD60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD60A

Black with #DCD60A

Text Example


Text Example

White with #DCD60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD60A; }

 p { color: rgb(220,214,10); }

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

background-color css

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

 a { background-color: rgb(220,214,10); }

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

border-color css

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

 span { border-color: rgb(220,214,10); }

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