Html Css Color HEX #CCD702 La Rioja

📋 copy color: '#CCD702'

red 204 ◦ green 215 ◦ blue 2

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

Shades of La Rioja #CCD702

Tints of La Rioja #CCD702

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 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

#CCD702 (or 0xCCD702) is known color: 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

RGB 204 215 2 -
CMYK 0.05 0 0.99 0.16
HSL 63.1º 0.98% 0.43% -
HSV(B) 63.1º 0.99% 0.84% -
XYZ 49.21 61.44 9.32 -
YUV 187.43 23.36 139.82 -
System Red Green Blue C M Y K H S L
Decimal 204 215 2 0.05 0 0.99 0.16 63.1 0.98 0.43
Hex CC D7 2 5 0 63 10 3F 62 2B
Octal 314 327 2 5 0 143 20 77 142 53
Binary 11001100 11010111 10 101 0 1100011 10000 111111 1100010 101011

Color Harmonies of #CCD702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD702

Black with #CCD702

Text Example


Text Example

White with #CCD702

Text Example


Text Example

HTML Codes & Css Web 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>