Html Css Color HEX #CCD602 La Rioja

📋 copy color: '#CCD602'

red 204 ◦ green 214 ◦ blue 2

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

Shades of La Rioja #CCD602

Tints of La Rioja #CCD602

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.95%

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

R = 48.57%
G = 50.95%
B = 0.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#CCD602 (or 0xCCD602) is known color: La Rioja. HEX triplet: CC, D6 and 02. RGB value is (204,214,2). Sum of RGB (Red+Green+Blue) = 204+214+2=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD602 is #3329FD. Grayscale: #BBBBBB. Windows color (decimal): -3353086 or 186060. OLE color: 186060.

HSL color Cylindrical-coordinate representation of color #CCD602: hue angle of 62.83º 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 #CCD602 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 2 -
CMYK 0.05 0 0.99 0.16
HSL 62.83º 0.98% 0.42% -
HSV(B) 62.83º 0.99% 0.84% -
XYZ 48.96 60.93 9.24 -
YUV 186.84 23.69 140.24 -
System Red Green Blue C M Y K H S L
Decimal 204 214 2 0.05 0 0.99 0.16 62.83 0.98 0.42
Hex CC D6 2 5 0 63 10 3F 62 2A
Octal 314 326 2 5 0 143 20 77 142 52
Binary 11001100 11010110 10 101 0 1100011 10000 111111 1100010 101010

Color Harmonies of #CCD602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD602

Black with #CCD602

Text Example


Text Example

White with #CCD602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD602; }

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

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

background-color css

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

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

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

border-color css

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

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

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