#CCD702

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

Shades of La Rioja #CCD702

Tints of La Rioja #CCD702

Color information

#CCD702 (or 0xCCD702) is unknown color: approx La Rioja. HEX triplet: CC, D7 and 02. RGB value is (204,215,2). Sum of RGB (Red+Green+Blue) = 204+215+2=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD702 is #3328FD. Grayscale: #BCBCBC. Windows color (decimal): -3352830 or 186316. OLE color: 186316.

HSL color Cylindrical-coordinate representation of color #CCD702: hue angle of 63.1º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCD702 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB2042152-
CMYK0.0500.990.16
HSL63.1º98.16%42.55%-
HSV(B)63.1º99.07%84.31%-
XYZ49.2161.449.32-
YUV187.4323.36139.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.46%
GREEN value IS 215 (84.38% from 255) = 51.07%
BLUE value IS 2 (1.17% from 255) = 0.48%
R=48.46%
G=51.07%
B=0.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal20421520.0500.990.1663.198.1642.55
HexCCD725063103f622b
Octal314327250143207714253
Binary11001100110101111010101100011100001111111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD702; }

 p { color: rgb(204,215,2); }

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

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

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

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

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

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

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