Html Css Color HEX #CCCC11 Bird Flower

📋 copy color: '#CCCC11'

red 204 ◦ green 204 ◦ blue 17

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

Shades of Bird Flower #CCCC11

Tints of Bird Flower #CCCC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4%

R = 48%
G = 48%
B = 4%

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

#CCCC11 (or 0xCCCC11) is known color: Bird Flower. HEX triplet: CC, CC and 11. RGB value is (204,204,17). Sum of RGB (Red+Green+Blue) = 204+204+17=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC11 is #3333EE. Grayscale: #B7B7B7. Windows color (decimal): -3355631 or 1166540. OLE color: 1166540.

HSL color Cylindrical-coordinate representation of color #CCCC11: 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 #CCCC11 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 17 -
CMYK 0 0 0.92 0.2
HSL 60º 0.85% 0.43% -
HSV(B) 60º 0.92% 0.8% -
XYZ 46.6 56.06 8.9 -
YUV 182.68 34.5 143.21 -
System Red Green Blue C M Y K H S L
Decimal 204 204 17 0 0 0.92 0.2 60 0.85 0.43
Hex CC CC 11 0 0 5C 14 3C 55 2B
Octal 314 314 21 0 0 134 24 74 125 53
Binary 11001100 11001100 10001 0 0 1011100 10100 111100 1010101 101011

Color Harmonies of #CCCC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC11

Black with #CCCC11

Text Example


Text Example

White with #CCCC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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