Html Css Color HEX #CCC10A Bird Flower

📋 copy color: '#CCC10A'

red 204 ◦ green 193 ◦ blue 10

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

Shades of Bird Flower #CCC10A

Tints of Bird Flower #CCC10A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.42%

 BLUE value IS 10 (4.3% from 255) = 2.46%

R = 50.12%
G = 47.42%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCC10A (or 0xCCC10A) is known color: Bird Flower. HEX triplet: CC, C1 and 0A. RGB value is (204,193,10). Sum of RGB (Red+Green+Blue) = 204+193+10=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC10A is #333EF5. Grayscale: #B0B0B0. Windows color (decimal): -3358454 or 704972. OLE color: 704972.

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

Color convert

RGB 204 193 10 -
CMYK 0 0.05 0.95 0.2
HSL 56.6º 0.91% 0.42% -
HSV(B) 56.6º 0.95% 0.8% -
XYZ 44.03 51 7.81 -
YUV 175.43 34.64 148.38 -
System Red Green Blue C M Y K H S L
Decimal 204 193 10 0 0.05 0.95 0.2 56.6 0.91 0.42
Hex CC C1 A 0 5 5F 14 39 5B 2A
Octal 314 301 12 0 5 137 24 71 133 52
Binary 11001100 11000001 1010 0 101 1011111 10100 111001 1011011 101010

Color Harmonies of #CCC10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC10A

Black with #CCC10A

Text Example


Text Example

White with #CCC10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC10A; }

 p { color: rgb(204,193,10); }

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

background-color css

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

 a { background-color: rgb(204,193,10); }

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

border-color css

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

 span { border-color: rgb(204,193,10); }

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