Html Css Color HEX #CCC20F Bird Flower

📋 copy color: '#CCC20F'

red 204 ◦ green 194 ◦ blue 15

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

Shades of Bird Flower #CCC20F

Tints of Bird Flower #CCC20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.63%

R = 49.39%
G = 46.97%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCC20F (or 0xCCC20F) is known color: Bird Flower. HEX triplet: CC, C2 and 0F. RGB value is (204,194,15). Sum of RGB (Red+Green+Blue) = 204+194+15=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC20F is #333DF0. Grayscale: #B1B1B1. Windows color (decimal): -3358193 or 1032908. OLE color: 1032908.

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

Color convert

RGB 204 194 15 -
CMYK 0 0.05 0.93 0.2
HSL 56.83º 0.86% 0.43% -
HSV(B) 56.83º 0.93% 0.8% -
XYZ 44.28 51.46 8.05 -
YUV 176.58 36.81 147.55 -
System Red Green Blue C M Y K H S L
Decimal 204 194 15 0 0.05 0.93 0.2 56.83 0.86 0.43
Hex CC C2 F 0 5 5D 14 39 56 2B
Octal 314 302 17 0 5 135 24 71 126 53
Binary 11001100 11000010 1111 0 101 1011101 10100 111001 1010110 101011

Color Harmonies of #CCC20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC20F

Black with #CCC20F

Text Example


Text Example

White with #CCC20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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