Html Css Color HEX #CCD600 La Rioja

📋 copy color: '#CCD600'

red 204 ◦ green 214 ◦ blue 0

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

Shades of La Rioja #CCD600

Tints of La Rioja #CCD600

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.2%

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

R = 48.8%
G = 51.2%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#CCD600 (or 0xCCD600) is known color: La Rioja. HEX triplet: CC, D6 and 00. RGB value is (204,214,0). Sum of RGB (Red+Green+Blue) = 204+214+0=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD600 is #3329FF. Grayscale: #BBBBBB. Windows color (decimal): -3353088 or 54988. OLE color: 54988.

HSL color Cylindrical-coordinate representation of color #CCD600: hue angle of 62.8º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCD600 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 0 -
CMYK 0.05 0 1 0.16
HSL 62.8º 1% 0.42% -
HSV(B) 62.8º 1% 0.84% -
XYZ 48.95 60.93 9.18 -
YUV 186.61 22.69 140.4 -
System Red Green Blue C M Y K H S L
Decimal 204 214 0 0.05 0 1 0.16 62.8 1 0.42
Hex CC D6 0 5 0 64 10 3F 64 2A
Octal 314 326 0 5 0 144 20 77 144 52
Binary 11001100 11010110 0 101 0 1100100 10000 111111 1100100 101010

Color Harmonies of #CCD600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD600

Black with #CCD600

Text Example


Text Example

White with #CCD600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD600; }

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

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

background-color css

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

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

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

border-color css

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

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

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