Html Css Color HEX #DCCC07 Bird Flower

📋 copy color: '#DCCC07'

red 220 ◦ green 204 ◦ blue 7

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

Shades of Bird Flower #DCCC07

Tints of Bird Flower #DCCC07

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.33%

 BLUE value IS 7 (3.13% from 255) = 1.62%

R = 51.04%
G = 47.33%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCCC07 (or 0xDCCC07) is known color: Bird Flower. HEX triplet: DC, CC and 07. RGB value is (220,204,7). Sum of RGB (Red+Green+Blue) = 220+204+7=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 7 (3.12% from 255 or 1.62% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC07 is #2333F8. Grayscale: #BBBBBB. Windows color (decimal): -2307065 or 511196. OLE color: 511196.

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

Color convert

RGB 220 204 7 -
CMYK 0 0.07 0.97 0.14
HSL 55.49º 0.94% 0.45% -
HSV(B) 55.49º 0.97% 0.86% -
XYZ 51.15 58.42 8.78 -
YUV 186.33 26.8 152.02 -
System Red Green Blue C M Y K H S L
Decimal 220 204 7 0 0.07 0.97 0.14 55.49 0.94 0.45
Hex DC CC 7 0 7 61 E 37 5E 2D
Octal 334 314 7 0 7 141 16 67 136 55
Binary 11011100 11001100 111 0 111 1100001 1110 110111 1011110 101101

Color Harmonies of #DCCC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC07

Black with #DCCC07

Text Example


Text Example

White with #DCCC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC07; }

 p { color: rgb(220,204,7); }

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

background-color css

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

 a { background-color: rgb(220,204,7); }

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

border-color css

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

 span { border-color: rgb(220,204,7); }

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