Html Css Color HEX #CCB10C Bird Flower

📋 copy color: '#CCB10C'

red 204 ◦ green 177 ◦ blue 12

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

Shades of Bird Flower #CCB10C

Tints of Bird Flower #CCB10C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.04%

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

R = 51.91%
G = 45.04%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCB10C (or 0xCCB10C) is known color: Bird Flower. HEX triplet: CC, B1 and 0C. RGB value is (204,177,12). Sum of RGB (Red+Green+Blue) = 204+177+12=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB10C is #334EF3. Grayscale: #A6A6A6. Windows color (decimal): -3362548 or 831948. OLE color: 831948.

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

Color convert

RGB 204 177 12 -
CMYK 0 0.13 0.94 0.2
HSL 51.56º 0.89% 0.42% -
HSV(B) 51.56º 0.94% 0.8% -
XYZ 40.69 44.31 6.76 -
YUV 166.26 40.95 154.92 -
System Red Green Blue C M Y K H S L
Decimal 204 177 12 0 0.13 0.94 0.2 51.56 0.89 0.42
Hex CC B1 C 0 D 5E 14 34 59 2A
Octal 314 261 14 0 15 136 24 64 131 52
Binary 11001100 10110001 1100 0 1101 1011110 10100 110100 1011001 101010

Color Harmonies of #CCB10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB10C

Black with #CCB10C

Text Example


Text Example

White with #CCB10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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