Html Css Color HEX #CCC600 La Rioja

📋 copy color: '#CCC600'

red 204 ◦ green 198 ◦ blue 0

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

Shades of La Rioja #CCC600

Tints of La Rioja #CCC600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.75%
G = 49.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCC600 (or 0xCCC600) is known color: La Rioja. HEX triplet: CC, C6 and 00. RGB value is (204,198,0). Sum of RGB (Red+Green+Blue) = 204+198+0=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 198 (77.73% from 255 or 49.25% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC600 is #3339FF. Grayscale: #B2B2B2. Windows color (decimal): -3357184 or 50892. OLE color: 50892.

HSL color Cylindrical-coordinate representation of color #CCC600: hue angle of 58.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCC600 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 198 0 -
CMYK 0 0.03 1 0.2
HSL 58.24º 1% 0.4% -
HSV(B) 58.24º 1% 0.8% -
XYZ 45.1 53.23 7.9 -
YUV 177.22 27.99 147.1 -
System Red Green Blue C M Y K H S L
Decimal 204 198 0 0 0.03 1 0.2 58.24 1 0.4
Hex CC C6 0 0 3 64 14 3A 64 28
Octal 314 306 0 0 3 144 24 72 144 50
Binary 11001100 11000110 0 0 11 1100100 10100 111010 1100100 101000

Color Harmonies of #CCC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC600

Black with #CCC600

Text Example


Text Example

White with #CCC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC600; }

 p { color: rgb(204,198,0); }

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

background-color css

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

 a { background-color: rgb(204,198,0); }

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

border-color css

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

 span { border-color: rgb(204,198,0); }

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