Html Css Color HEX #DCC700 Bird Flower

📋 copy color: '#DCC700'

red 220 ◦ green 199 ◦ blue 0

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

Shades of Bird Flower #DCC700

Tints of Bird Flower #DCC700

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.49%

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

R = 52.51%
G = 47.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DCC700 (or 0xDCC700) is known color: Bird Flower. HEX triplet: DC, C7 and 00. RGB value is (220,199,0). Sum of RGB (Red+Green+Blue) = 220+199+0=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC700 is #2338FF. Grayscale: #B7B7B7. Windows color (decimal): -2308352 or 51164. OLE color: 51164.

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

Color convert

RGB 220 199 0 -
CMYK 0 0.10 1 0.14
HSL 54.27º 1% 0.43% -
HSV(B) 54.27º 1% 0.86% -
XYZ 49.94 56.06 8.19 -
YUV 182.59 24.96 154.68 -
System Red Green Blue C M Y K H S L
Decimal 220 199 0 0 0.10 1 0.14 54.27 1 0.43
Hex DC C7 0 0 A 64 E 36 64 2B
Octal 334 307 0 0 12 144 16 66 144 53
Binary 11011100 11000111 0 0 1010 1100100 1110 110110 1100100 101011

Color Harmonies of #DCC700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC700

Black with #DCC700

Text Example


Text Example

White with #DCC700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC700; }

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

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

background-color css

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

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

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

border-color css

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

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

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