Html Css Color HEX #CCD700 La Rioja

📋 copy color: '#CCD700'

red 204 ◦ green 215 ◦ blue 0

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

Shades of La Rioja #CCD700

Tints of La Rioja #CCD700

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.31%

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

R = 48.69%
G = 51.31%
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

#CCD700 (or 0xCCD700) is known color: La Rioja. HEX triplet: CC, D7 and 00. RGB value is (204,215,0). Sum of RGB (Red+Green+Blue) = 204+215+0=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD700 is #3328FF. Grayscale: #BCBCBC. Windows color (decimal): -3352832 or 55244. OLE color: 55244.

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

Color convert

RGB 204 215 0 -
CMYK 0.05 0 1 0.16
HSL 63.07º 1% 0.42% -
HSV(B) 63.07º 1% 0.84% -
XYZ 49.2 61.44 9.27 -
YUV 187.2 22.36 139.98 -
System Red Green Blue C M Y K H S L
Decimal 204 215 0 0.05 0 1 0.16 63.07 1 0.42
Hex CC D7 0 5 0 64 10 3F 64 2A
Octal 314 327 0 5 0 144 20 77 144 52
Binary 11001100 11010111 0 101 0 1100100 10000 111111 1100100 101010

Color Harmonies of #CCD700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD700

Black with #CCD700

Text Example


Text Example

White with #CCD700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD700; }

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

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

background-color css

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

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

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

border-color css

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

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

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