Html Css Color HEX #CCC20D Bird Flower

📋 copy color: '#CCC20D'

red 204 ◦ green 194 ◦ blue 13

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

Shades of Bird Flower #CCC20D

Tints of Bird Flower #CCC20D

RGB

 RED value IS 204 (80.08% from 255) = 49.64%

 GREEN value IS 194 (76.17% from 255) = 47.2%

 BLUE value IS 13 (5.47% from 255) = 3.16%

R = 49.64%
G = 47.2%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCC20D (or 0xCCC20D) is known color: Bird Flower. HEX triplet: CC, C2 and 0D. RGB value is (204,194,13). Sum of RGB (Red+Green+Blue) = 204+194+13=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC20D is #333DF2. Grayscale: #B1B1B1. Windows color (decimal): -3358195 or 901836. OLE color: 901836.

HSL color Cylindrical-coordinate representation of color #CCC20D: hue angle of 56.86º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCC20D is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 13 -
CMYK 0 0.05 0.94 0.2
HSL 56.86º 0.88% 0.43% -
HSV(B) 56.86º 0.94% 0.8% -
XYZ 44.27 51.45 7.98 -
YUV 176.36 35.81 147.72 -
System Red Green Blue C M Y K H S L
Decimal 204 194 13 0 0.05 0.94 0.2 56.86 0.88 0.43
Hex CC C2 D 0 5 5E 14 39 58 2B
Octal 314 302 15 0 5 136 24 71 130 53
Binary 11001100 11000010 1101 0 101 1011110 10100 111001 1011000 101011

Color Harmonies of #CCC20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC20D

Black with #CCC20D

Text Example


Text Example

White with #CCC20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC20D; }

 p { color: rgb(204,194,13); }

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

background-color css

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

 a { background-color: rgb(204,194,13); }

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

border-color css

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

 span { border-color: rgb(204,194,13); }

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