Html Css Color HEX #CCD502 La Rioja

📋 copy color: '#CCD502'

red 204 ◦ green 213 ◦ blue 2

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

Shades of La Rioja #CCD502

Tints of La Rioja #CCD502

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.84%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 48.69%
G = 50.84%
B = 0.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#CCD502 (or 0xCCD502) is known color: La Rioja. HEX triplet: CC, D5 and 02. RGB value is (204,213,2). Sum of RGB (Red+Green+Blue) = 204+213+2=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD502 is #332AFD. Grayscale: #BBBBBB. Windows color (decimal): -3353342 or 185804. OLE color: 185804.

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

Color convert

RGB 204 213 2 -
CMYK 0.04 0 0.99 0.16
HSL 62.56º 0.98% 0.42% -
HSV(B) 62.56º 0.99% 0.84% -
XYZ 48.71 60.43 9.15 -
YUV 186.26 24.02 140.66 -
System Red Green Blue C M Y K H S L
Decimal 204 213 2 0.04 0 0.99 0.16 62.56 0.98 0.42
Hex CC D5 2 4 0 63 10 3F 62 2A
Octal 314 325 2 4 0 143 20 77 142 52
Binary 11001100 11010101 10 100 0 1100011 10000 111111 1100010 101010

Color Harmonies of #CCD502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD502

Black with #CCD502

Text Example


Text Example

White with #CCD502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD502; }

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

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

background-color css

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

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

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

border-color css

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

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

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