Html Css Color HEX #CCD302 La Rioja

📋 copy color: '#CCD302'

red 204 ◦ green 211 ◦ blue 2

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

Shades of La Rioja #CCD302

Tints of La Rioja #CCD302

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.6%

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

R = 48.92%
G = 50.6%
B = 0.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#CCD302 (or 0xCCD302) is known color: La Rioja. HEX triplet: CC, D3 and 02. RGB value is (204,211,2). Sum of RGB (Red+Green+Blue) = 204+211+2=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 211 (82.81% from 255 or 50.60% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD302 is #332CFD. Grayscale: #B9B9B9. Windows color (decimal): -3353854 or 185292. OLE color: 185292.

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

Color convert

RGB 204 211 2 -
CMYK 0.03 0 0.99 0.17
HSL 62.01º 0.98% 0.42% -
HSV(B) 62.01º 0.99% 0.83% -
XYZ 48.21 59.43 8.99 -
YUV 185.08 24.68 141.49 -
System Red Green Blue C M Y K H S L
Decimal 204 211 2 0.03 0 0.99 0.17 62.01 0.98 0.42
Hex CC D3 2 3 0 63 11 3E 62 2A
Octal 314 323 2 3 0 143 21 76 142 52
Binary 11001100 11010011 10 11 0 1100011 10001 111110 1100010 101010

Color Harmonies of #CCD302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD302

Black with #CCD302

Text Example


Text Example

White with #CCD302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD302; }

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

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

background-color css

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

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

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

border-color css

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

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

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