Html Css Color HEX #CCCA00 La Rioja

📋 copy color: '#CCCA00'

red 204 ◦ green 202 ◦ blue 0

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

Shades of La Rioja #CCCA00

Tints of La Rioja #CCCA00

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.75%

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

R = 50.25%
G = 49.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCCA00 (or 0xCCCA00) is known color: La Rioja. HEX triplet: CC, CA and 00. RGB value is (204,202,0). Sum of RGB (Red+Green+Blue) = 204+202+0=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCA00 is #3335FF. Grayscale: #B4B4B4. Windows color (decimal): -3356160 or 51916. OLE color: 51916.

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

Color convert

RGB 204 202 0 -
CMYK 0 0.01 1 0.2
HSL 59.41º 1% 0.4% -
HSV(B) 59.41º 1% 0.8% -
XYZ 46.02 55.08 8.21 -
YUV 179.57 26.66 145.43 -
System Red Green Blue C M Y K H S L
Decimal 204 202 0 0 0.01 1 0.2 59.41 1 0.4
Hex CC CA 0 0 1 64 14 3B 64 28
Octal 314 312 0 0 1 144 24 73 144 50
Binary 11001100 11001010 0 0 1 1100100 10100 111011 1100100 101000

Color Harmonies of #CCCA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCA00

Black with #CCCA00

Text Example


Text Example

White with #CCCA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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