Html Css Color HEX #CCD102 La Rioja

📋 copy color: '#CCD102'

red 204 ◦ green 209 ◦ blue 2

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

Shades of La Rioja #CCD102

Tints of La Rioja #CCD102

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.36%

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

R = 49.16%
G = 50.36%
B = 0.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#CCD102 (or 0xCCD102) is known color: La Rioja. HEX triplet: CC, D1 and 02. RGB value is (204,209,2). Sum of RGB (Red+Green+Blue) = 204+209+2=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 209 (82.03% from 255 or 50.36% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD102 is #332EFD. Grayscale: #B8B8B8. Windows color (decimal): -3354366 or 184780. OLE color: 184780.

HSL color Cylindrical-coordinate representation of color #CCD102: hue angle of 61.45º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCD102 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 2 -
CMYK 0.02 0 0.99 0.18
HSL 61.45º 0.98% 0.41% -
HSV(B) 61.45º 0.99% 0.82% -
XYZ 47.71 58.44 8.82 -
YUV 183.91 25.34 142.33 -
System Red Green Blue C M Y K H S L
Decimal 204 209 2 0.02 0 0.99 0.18 61.45 0.98 0.41
Hex CC D1 2 2 0 63 12 3D 62 29
Octal 314 321 2 2 0 143 22 75 142 51
Binary 11001100 11010001 10 10 0 1100011 10010 111101 1100010 101001

Color Harmonies of #CCD102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD102

Black with #CCD102

Text Example


Text Example

White with #CCD102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD102; }

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

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

background-color css

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

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

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

border-color css

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

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

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