Html Css Color HEX #CCD701 La Rioja

📋 copy color: '#CCD701'

red 204 ◦ green 215 ◦ blue 1

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

Shades of La Rioja #CCD701

Tints of La Rioja #CCD701

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.19%

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

R = 48.57%
G = 51.19%
B = 0.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#CCD701 (or 0xCCD701) is known color: La Rioja. HEX triplet: CC, D7 and 01. RGB value is (204,215,1). Sum of RGB (Red+Green+Blue) = 204+215+1=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD701 is #3328FE. Grayscale: #BCBCBC. Windows color (decimal): -3352831 or 120780. OLE color: 120780.

HSL color Cylindrical-coordinate representation of color #CCD701: hue angle of 63.08º 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 #CCD701 is Cyan = 0.05, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 1 -
CMYK 0.05 0 1.00 0.16
HSL 63.08º 0.99% 0.42% -
HSV(B) 63.08º 1% 0.84% -
XYZ 49.21 61.44 9.29 -
YUV 187.32 22.86 139.9 -
System Red Green Blue C M Y K H S L
Decimal 204 215 1 0.05 0 1.00 0.16 63.08 0.99 0.42
Hex CC D7 1 5 0 64 10 3F 63 2A
Octal 314 327 1 5 0 144 20 77 143 52
Binary 11001100 11010111 1 101 0 1100100 10000 111111 1100011 101010

Color Harmonies of #CCD701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD701

Black with #CCD701

Text Example


Text Example

White with #CCD701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD701; }

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

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

background-color css

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

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

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

border-color css

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

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

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