Html Css Color HEX #CCD501 La Rioja

📋 copy color: '#CCD501'

red 204 ◦ green 213 ◦ blue 1

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

Shades of La Rioja #CCD501

Tints of La Rioja #CCD501

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.96%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 48.8%
G = 50.96%
B = 0.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#CCD501 (or 0xCCD501) is known color: La Rioja. HEX triplet: CC, D5 and 01. RGB value is (204,213,1). Sum of RGB (Red+Green+Blue) = 204+213+1=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD501 is #332AFE. Grayscale: #BABABA. Windows color (decimal): -3353343 or 120268. OLE color: 120268.

HSL color Cylindrical-coordinate representation of color #CCD501: hue angle of 62.55º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCD501 is Cyan = 0.04, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 1 -
CMYK 0.04 0 1.00 0.16
HSL 62.55º 0.99% 0.42% -
HSV(B) 62.55º 1% 0.84% -
XYZ 48.7 60.43 9.13 -
YUV 186.14 23.52 140.74 -
System Red Green Blue C M Y K H S L
Decimal 204 213 1 0.04 0 1.00 0.16 62.55 0.99 0.42
Hex CC D5 1 4 0 64 10 3F 63 2A
Octal 314 325 1 4 0 144 20 77 143 52
Binary 11001100 11010101 1 100 0 1100100 10000 111111 1100011 101010

Color Harmonies of #CCD501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD501

Black with #CCD501

Text Example


Text Example

White with #CCD501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD501; }

 p { color: rgb(204,213,1); }

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

background-color css

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

 a { background-color: rgb(204,213,1); }

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

border-color css

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

 span { border-color: rgb(204,213,1); }

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