Html Css Color HEX #CCD400 La Rioja

📋 copy color: '#CCD400'

red 204 ◦ green 212 ◦ blue 0

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

Shades of La Rioja #CCD400

Tints of La Rioja #CCD400

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.96%

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

R = 49.04%
G = 50.96%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#CCD400 (or 0xCCD400) is known color: La Rioja. HEX triplet: CC, D4 and 00. RGB value is (204,212,0). Sum of RGB (Red+Green+Blue) = 204+212+0=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 212 (83.20% from 255 or 50.96% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD400 is #332BFF. Grayscale: #BABABA. Windows color (decimal): -3353600 or 54476. OLE color: 54476.

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

Color convert

RGB 204 212 0 -
CMYK 0.04 0 1 0.17
HSL 62.26º 1% 0.42% -
HSV(B) 62.26º 1% 0.83% -
XYZ 48.45 59.92 9.01 -
YUV 185.44 23.35 141.24 -
System Red Green Blue C M Y K H S L
Decimal 204 212 0 0.04 0 1 0.17 62.26 1 0.42
Hex CC D4 0 4 0 64 11 3E 64 2A
Octal 314 324 0 4 0 144 21 76 144 52
Binary 11001100 11010100 0 100 0 1100100 10001 111110 1100100 101010

Color Harmonies of #CCD400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD400

Black with #CCD400

Text Example


Text Example

White with #CCD400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD400; }

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

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

background-color css

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

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

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

border-color css

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

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

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