Html Css Color HEX #CCC10F Bird Flower

📋 copy color: '#CCC10F'

red 204 ◦ green 193 ◦ blue 15

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

Shades of Bird Flower #CCC10F

Tints of Bird Flower #CCC10F

RGB

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

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

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

R = 49.51%
G = 46.84%
B = 3.64%

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

#CCC10F (or 0xCCC10F) is known color: Bird Flower. HEX triplet: CC, C1 and 0F. RGB value is (204,193,15). Sum of RGB (Red+Green+Blue) = 204+193+15=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 15 (6.25% from 255 or 3.64% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC10F is #333EF0. Grayscale: #B0B0B0. Windows color (decimal): -3358449 or 1032652. OLE color: 1032652.

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

Color convert

RGB 204 193 15 -
CMYK 0 0.05 0.93 0.2
HSL 56.51º 0.86% 0.43% -
HSV(B) 56.51º 0.93% 0.8% -
XYZ 44.06 51.01 7.98 -
YUV 176 37.14 147.97 -
System Red Green Blue C M Y K H S L
Decimal 204 193 15 0 0.05 0.93 0.2 56.51 0.86 0.43
Hex CC C1 F 0 5 5D 14 39 56 2B
Octal 314 301 17 0 5 135 24 71 126 53
Binary 11001100 11000001 1111 0 101 1011101 10100 111001 1010110 101011

Color Harmonies of #CCC10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC10F

Black with #CCC10F

Text Example


Text Example

White with #CCC10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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