Html Css Color HEX #CCD902 La Rioja

📋 copy color: '#CCD902'

red 204 ◦ green 217 ◦ blue 2

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

Shades of La Rioja #CCD902

Tints of La Rioja #CCD902

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.3%

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

R = 48.23%
G = 51.3%
B = 0.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#CCD902 (or 0xCCD902) is known color: La Rioja. HEX triplet: CC, D9 and 02. RGB value is (204,217,2). Sum of RGB (Red+Green+Blue) = 204+217+2=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 217 (85.16% from 255 or 51.30% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD902 is #3326FD. Grayscale: #BDBDBD. Windows color (decimal): -3352318 or 186828. OLE color: 186828.

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

Color convert

RGB 204 217 2 -
CMYK 0.06 0 0.99 0.15
HSL 63.63º 0.98% 0.43% -
HSV(B) 63.63º 0.99% 0.85% -
XYZ 49.73 62.47 9.49 -
YUV 188.6 22.69 138.98 -
System Red Green Blue C M Y K H S L
Decimal 204 217 2 0.06 0 0.99 0.15 63.63 0.98 0.43
Hex CC D9 2 6 0 63 F 40 62 2B
Octal 314 331 2 6 0 143 17 100 142 53
Binary 11001100 11011001 10 110 0 1100011 1111 1000000 1100010 101011

Color Harmonies of #CCD902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD902

Black with #CCD902

Text Example


Text Example

White with #CCD902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD902; }

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

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

background-color css

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

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

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

border-color css

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

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

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