Html Css Color HEX #CCC30C Bird Flower

📋 copy color: '#CCC30C'

red 204 ◦ green 195 ◦ blue 12

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

Shades of Bird Flower #CCC30C

Tints of Bird Flower #CCC30C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.45%

 BLUE value IS 12 (5.08% from 255) = 2.92%

R = 49.64%
G = 47.45%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCC30C (or 0xCCC30C) is known color: Bird Flower. HEX triplet: CC, C3 and 0C. RGB value is (204,195,12). Sum of RGB (Red+Green+Blue) = 204+195+12=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC30C is #333CF3. Grayscale: #B1B1B1. Windows color (decimal): -3357940 or 836556. OLE color: 836556.

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

Color convert

RGB 204 195 12 -
CMYK 0 0.04 0.94 0.2
HSL 57.19º 0.89% 0.42% -
HSV(B) 57.19º 0.94% 0.8% -
XYZ 44.48 51.89 8.02 -
YUV 176.83 34.98 147.38 -
System Red Green Blue C M Y K H S L
Decimal 204 195 12 0 0.04 0.94 0.2 57.19 0.89 0.42
Hex CC C3 C 0 4 5E 14 39 59 2A
Octal 314 303 14 0 4 136 24 71 131 52
Binary 11001100 11000011 1100 0 100 1011110 10100 111001 1011001 101010

Color Harmonies of #CCC30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC30C

Black with #CCC30C

Text Example


Text Example

White with #CCC30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC30C; }

 p { color: rgb(204,195,12); }

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

background-color css

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

 a { background-color: rgb(204,195,12); }

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

border-color css

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

 span { border-color: rgb(204,195,12); }

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