Html Css Color HEX #CCD300 La Rioja

📋 copy color: '#CCD300'

red 204 ◦ green 211 ◦ blue 0

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

Shades of La Rioja #CCD300

Tints of La Rioja #CCD300

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.84%

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

R = 49.16%
G = 50.84%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#CCD300 (or 0xCCD300) is known color: La Rioja. HEX triplet: CC, D3 and 00. RGB value is (204,211,0). Sum of RGB (Red+Green+Blue) = 204+211+0=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 211 (82.81% from 255 or 50.84% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD300 is #332CFF. Grayscale: #B9B9B9. Windows color (decimal): -3353856 or 54220. OLE color: 54220.

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

Color convert

RGB 204 211 0 -
CMYK 0.03 0 1 0.17
HSL 61.99º 1% 0.41% -
HSV(B) 61.99º 1% 0.83% -
XYZ 48.2 59.43 8.93 -
YUV 184.85 23.68 141.66 -
System Red Green Blue C M Y K H S L
Decimal 204 211 0 0.03 0 1 0.17 61.99 1 0.41
Hex CC D3 0 3 0 64 11 3E 64 29
Octal 314 323 0 3 0 144 21 76 144 51
Binary 11001100 11010011 0 11 0 1100100 10001 111110 1100100 101001

Color Harmonies of #CCD300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD300

Black with #CCD300

Text Example


Text Example

White with #CCD300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD300; }

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

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

background-color css

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

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

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

border-color css

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

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

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