Html Css Color HEX #CCD101 La Rioja

📋 copy color: '#CCD101'

red 204 ◦ green 209 ◦ blue 1

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

Shades of La Rioja #CCD101

Tints of La Rioja #CCD101

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.48%

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

R = 49.28%
G = 50.48%
B = 0.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#CCD101 (or 0xCCD101) is known color: La Rioja. HEX triplet: CC, D1 and 01. RGB value is (204,209,1). Sum of RGB (Red+Green+Blue) = 204+209+1=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD101 is #332EFE. Grayscale: #B8B8B8. Windows color (decimal): -3354367 or 119244. OLE color: 119244.

HSL color Cylindrical-coordinate representation of color #CCD101: hue angle of 61.44º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCD101 is Cyan = 0.02, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 1 -
CMYK 0.02 0 1.00 0.18
HSL 61.44º 0.99% 0.41% -
HSV(B) 61.44º 1% 0.82% -
XYZ 47.71 58.44 8.79 -
YUV 183.79 24.84 142.41 -
System Red Green Blue C M Y K H S L
Decimal 204 209 1 0.02 0 1.00 0.18 61.44 0.99 0.41
Hex CC D1 1 2 0 64 12 3D 63 29
Octal 314 321 1 2 0 144 22 75 143 51
Binary 11001100 11010001 1 10 0 1100100 10010 111101 1100011 101001

Color Harmonies of #CCD101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD101

Black with #CCD101

Text Example


Text Example

White with #CCD101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD101; }

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

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

background-color css

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

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

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

border-color css

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

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

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