#cacc11

Color #CACC11 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CACC11

Tints of Bird Flower #CACC11

Color information

#CACC11 (or 0xCACC11) is unknown color: approx Bird Flower. HEX triplet: CA, CC and 11. RGB value is (202,204,17). Sum of RGB (Red+Green+Blue) = 202+204+17=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACC11 is #3533EE. Grayscale: #B6B6B6. Windows color (decimal): -3486703 or 1166538. OLE color: 1166538.

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

Color convert

RGB20220417-
CMYK0.0100.920.2
HSL60.64º84.62%43.33%-
HSV(B)60.64º91.67%80%-
XYZ46.0555.788.87-
YUV182.0834.84142.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 204 (80.08% from 255) = 48.23%
BLUE value IS 17 (7.03% from 255) = 4.02%
R=47.75%
G=48.23%
B=4.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal202204170.0100.920.260.6484.6243.33
HexCACC11105C143d552b
Octal3123142110134247512553
Binary110010101100110010001101011100101001111011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cacc11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cacc11; }

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

 H1.HeaderClassName
 {
   color: #cacc11;
 }
 .AnyTagClassName
 {
   color: #cacc11;
 }
</style>
background-color css

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

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

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

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

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

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