Html Css Color HEX #CCD900 La Rioja

📋 copy color: '#CCD900'

red 204 ◦ green 217 ◦ blue 0

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

Shades of La Rioja #CCD900

Tints of La Rioja #CCD900

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.54%

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

R = 48.46%
G = 51.54%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#CCD900 (or 0xCCD900) is known color: La Rioja. HEX triplet: CC, D9 and 00. RGB value is (204,217,0). Sum of RGB (Red+Green+Blue) = 204+217+0=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 217 (85.16% from 255 or 51.54% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD900 is #3326FF. Grayscale: #BDBDBD. Windows color (decimal): -3352320 or 55756. OLE color: 55756.

HSL color Cylindrical-coordinate representation of color #CCD900: hue angle of 63.59º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCD900 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 0 -
CMYK 0.06 0 1 0.15
HSL 63.59º 1% 0.43% -
HSV(B) 63.59º 1% 0.85% -
XYZ 49.71 62.46 9.44 -
YUV 188.38 21.69 139.14 -
System Red Green Blue C M Y K H S L
Decimal 204 217 0 0.06 0 1 0.15 63.59 1 0.43
Hex CC D9 0 6 0 64 F 40 64 2B
Octal 314 331 0 6 0 144 17 100 144 53
Binary 11001100 11011001 0 110 0 1100100 1111 1000000 1100100 101011

Color Harmonies of #CCD900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD900

Black with #CCD900

Text Example


Text Example

White with #CCD900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD900; }

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

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

background-color css

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

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

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

border-color css

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

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

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