#CACC03

Color #CACC03 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #CACC03

Tints of La Rioja #CACC03

Color information

#CACC03 (or 0xCACC03) is unknown color: approx La Rioja. HEX triplet: CA, CC and 03. RGB value is (202,204,3). Sum of RGB (Red+Green+Blue) = 202+204+3=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 3 (1.56% from 255 or 0.73% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACC03 is #3533FC. Grayscale: #B5B5B5. Windows color (decimal): -3486717 or 249034. OLE color: 249034.

HSL color Cylindrical-coordinate representation of color #CACC03: hue angle of 60.6º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CACC03 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB2022043-
CMYK0.0100.990.2
HSL60.6º97.1%40.59%-
HSV(B)60.6º98.53%80%-
XYZ45.9755.758.42-
YUV180.4927.84143.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 204 (80.08% from 255) = 49.88%
BLUE value IS 3 (1.56% from 255) = 0.73%
R=49.39%
G=49.88%
B=0.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20220430.0100.990.260.697.140.59
HexCACC31063143d6129
Octal312314310143247514151
Binary110010101100110011101100011101001111011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACC03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACC03; }

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

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

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

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

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

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

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

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