Html Css Color HEX #CCC800 La Rioja

📋 copy color: '#CCC800'

red 204 ◦ green 200 ◦ blue 0

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

Shades of La Rioja #CCC800

Tints of La Rioja #CCC800

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.5%

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

R = 50.5%
G = 49.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCC800 (or 0xCCC800) is known color: La Rioja. HEX triplet: CC, C8 and 00. RGB value is (204,200,0). Sum of RGB (Red+Green+Blue) = 204+200+0=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC800 is #3337FF. Grayscale: #B3B3B3. Windows color (decimal): -3356672 or 51404. OLE color: 51404.

HSL color Cylindrical-coordinate representation of color #CCC800: hue angle of 58.82º 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 #CCC800 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 0 -
CMYK 0 0.02 1 0.2
HSL 58.82º 1% 0.4% -
HSV(B) 58.82º 1% 0.8% -
XYZ 45.56 54.15 8.05 -
YUV 178.4 27.33 146.26 -
System Red Green Blue C M Y K H S L
Decimal 204 200 0 0 0.02 1 0.2 58.82 1 0.4
Hex CC C8 0 0 2 64 14 3B 64 28
Octal 314 310 0 0 2 144 24 73 144 50
Binary 11001100 11001000 0 0 10 1100100 10100 111011 1100100 101000

Color Harmonies of #CCC800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC800

Black with #CCC800

Text Example


Text Example

White with #CCC800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC800; }

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

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

background-color css

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

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

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

border-color css

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

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

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