Html Css Color HEX #CCC70C Bird Flower

📋 copy color: '#CCC70C'

red 204 ◦ green 199 ◦ blue 12

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

Shades of Bird Flower #CCC70C

Tints of Bird Flower #CCC70C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.95%

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

R = 49.16%
G = 47.95%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCC70C (or 0xCCC70C) is known color: Bird Flower. HEX triplet: CC, C7 and 0C. RGB value is (204,199,12). Sum of RGB (Red+Green+Blue) = 204+199+12=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 199 (78.12% from 255 or 47.95% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC70C is #3338F3. Grayscale: #B3B3B3. Windows color (decimal): -3356916 or 837580. OLE color: 837580.

HSL color Cylindrical-coordinate representation of color #CCC70C: hue angle of 58.44º 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 #CCC70C is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 199 12 -
CMYK 0 0.02 0.94 0.2
HSL 58.44º 0.89% 0.42% -
HSV(B) 58.44º 0.94% 0.8% -
XYZ 45.39 53.71 8.32 -
YUV 179.18 33.66 145.71 -
System Red Green Blue C M Y K H S L
Decimal 204 199 12 0 0.02 0.94 0.2 58.44 0.89 0.42
Hex CC C7 C 0 2 5E 14 3A 59 2A
Octal 314 307 14 0 2 136 24 72 131 52
Binary 11001100 11000111 1100 0 10 1011110 10100 111010 1011001 101010

Color Harmonies of #CCC70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC70C

Black with #CCC70C

Text Example


Text Example

White with #CCC70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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