Html Css Color HEX #CCC214 Bird Flower

📋 copy color: '#CCC214'

red 204 ◦ green 194 ◦ blue 20

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

Shades of Bird Flower #CCC214

Tints of Bird Flower #CCC214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.78%

R = 48.8%
G = 46.41%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCC214 (or 0xCCC214) is known color: Bird Flower. HEX triplet: CC, C2 and 14. RGB value is (204,194,20). Sum of RGB (Red+Green+Blue) = 204+194+20=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC214 is #333DEB. Grayscale: #B1B1B1. Windows color (decimal): -3358188 or 1360588. OLE color: 1360588.

HSL color Cylindrical-coordinate representation of color #CCC214: hue angle of 56.74º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCC214 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 20 -
CMYK 0 0.05 0.90 0.2
HSL 56.74º 0.82% 0.44% -
HSV(B) 56.74º 0.9% 0.8% -
XYZ 44.32 51.47 8.26 -
YUV 177.15 39.31 147.15 -
System Red Green Blue C M Y K H S L
Decimal 204 194 20 0 0.05 0.90 0.2 56.74 0.82 0.44
Hex CC C2 14 0 5 5A 14 39 52 2C
Octal 314 302 24 0 5 132 24 71 122 54
Binary 11001100 11000010 10100 0 101 1011010 10100 111001 1010010 101100

Color Harmonies of #CCC214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC214

Black with #CCC214

Text Example


Text Example

White with #CCC214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC214; }

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

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

background-color css

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

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

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

border-color css

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

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

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