Html Css Color HEX #CCCC10 Bird Flower

📋 copy color: '#CCCC10'

red 204 ◦ green 204 ◦ blue 16

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

Shades of Bird Flower #CCCC10

Tints of Bird Flower #CCCC10

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.11%

 BLUE value IS 16 (6.64% from 255) = 3.77%

R = 48.11%
G = 48.11%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCCC10 (or 0xCCCC10) is known color: Bird Flower. HEX triplet: CC, CC and 10. RGB value is (204,204,16). Sum of RGB (Red+Green+Blue) = 204+204+16=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC10 is #3333EF. Grayscale: #B7B7B7. Windows color (decimal): -3355632 or 1101004. OLE color: 1101004.

HSL color Cylindrical-coordinate representation of color #CCCC10: hue angle of 60º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCCC10 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 16 -
CMYK 0 0 0.92 0.2
HSL 60º 0.85% 0.43% -
HSV(B) 60º 0.92% 0.8% -
XYZ 46.59 56.06 8.86 -
YUV 182.57 34 143.29 -
System Red Green Blue C M Y K H S L
Decimal 204 204 16 0 0 0.92 0.2 60 0.85 0.43
Hex CC CC 10 0 0 5C 14 3C 55 2B
Octal 314 314 20 0 0 134 24 74 125 53
Binary 11001100 11001100 10000 0 0 1011100 10100 111100 1010101 101011

Color Harmonies of #CCCC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC10

Black with #CCCC10

Text Example


Text Example

White with #CCCC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC10; }

 p { color: rgb(204,204,16); }

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

background-color css

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

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

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

border-color css

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

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

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