Html Css Color HEX #DCD90A Bird Flower

📋 copy color: '#DCD90A'

red 220 ◦ green 217 ◦ blue 10

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

Shades of Bird Flower #DCD90A

Tints of Bird Flower #DCD90A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.55%

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

R = 49.22%
G = 48.55%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCD90A (or 0xDCD90A) is known color: Bird Flower. HEX triplet: DC, D9 and 0A. RGB value is (220,217,10). Sum of RGB (Red+Green+Blue) = 220+217+10=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 10 (4.30% from 255 or 2.24% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD90A is #2326F5. Grayscale: #C3C3C3. Windows color (decimal): -2303734 or 711132. OLE color: 711132.

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

Color convert

RGB 220 217 10 -
CMYK 0 0.01 0.95 0.14
HSL 59.14º 0.91% 0.45% -
HSV(B) 59.14º 0.95% 0.86% -
XYZ 54.38 64.86 9.94 -
YUV 194.3 23.99 146.33 -
System Red Green Blue C M Y K H S L
Decimal 220 217 10 0 0.01 0.95 0.14 59.14 0.91 0.45
Hex DC D9 A 0 1 5F E 3B 5B 2D
Octal 334 331 12 0 1 137 16 73 133 55
Binary 11011100 11011001 1010 0 1 1011111 1110 111011 1011011 101101

Color Harmonies of #DCD90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD90A

Black with #DCD90A

Text Example


Text Example

White with #DCD90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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