Html Css Color HEX #DCCD00 Bird Flower

📋 copy color: '#DCCD00'

red 220 ◦ green 205 ◦ blue 0

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

Shades of Bird Flower #DCCD00

Tints of Bird Flower #DCCD00

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.24%

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

R = 51.76%
G = 48.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DCCD00 (or 0xDCCD00) is known color: Bird Flower. HEX triplet: DC, CD and 00. RGB value is (220,205,0). Sum of RGB (Red+Green+Blue) = 220+205+0=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCD00 is #2332FF. Grayscale: #BABABA. Windows color (decimal): -2306816 or 52700. OLE color: 52700.

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

Color convert

RGB 220 205 0 -
CMYK 0 0.07 1 0.14
HSL 55.91º 1% 0.43% -
HSV(B) 55.91º 1% 0.86% -
XYZ 51.35 58.88 8.66 -
YUV 186.12 22.97 152.17 -
System Red Green Blue C M Y K H S L
Decimal 220 205 0 0 0.07 1 0.14 55.91 1 0.43
Hex DC CD 0 0 7 64 E 38 64 2B
Octal 334 315 0 0 7 144 16 70 144 53
Binary 11011100 11001101 0 0 111 1100100 1110 111000 1100100 101011

Color Harmonies of #DCCD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD00

Black with #DCCD00

Text Example


Text Example

White with #DCCD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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