Html Css Color HEX #CCD504 La Rioja

📋 copy color: '#CCD504'

red 204 ◦ green 213 ◦ blue 4

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

Shades of La Rioja #CCD504

Tints of La Rioja #CCD504

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.59%

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 48.46%
G = 50.59%
B = 0.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#CCD504 (or 0xCCD504) is known color: La Rioja. HEX triplet: CC, D5 and 04. RGB value is (204,213,4). Sum of RGB (Red+Green+Blue) = 204+213+4=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 4 (1.95% from 255 or 0.95% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD504 is #332AFB. Grayscale: #BBBBBB. Windows color (decimal): -3353340 or 316876. OLE color: 316876.

HSL color Cylindrical-coordinate representation of color #CCD504: hue angle of 62.58º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCD504 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 4 -
CMYK 0.04 0 0.98 0.16
HSL 62.58º 0.96% 0.43% -
HSV(B) 62.58º 0.98% 0.84% -
XYZ 48.72 60.43 9.21 -
YUV 186.48 25.02 140.49 -
System Red Green Blue C M Y K H S L
Decimal 204 213 4 0.04 0 0.98 0.16 62.58 0.96 0.43
Hex CC D5 4 4 0 62 10 3F 60 2B
Octal 314 325 4 4 0 142 20 77 140 53
Binary 11001100 11010101 100 100 0 1100010 10000 111111 1100000 101011

Color Harmonies of #CCD504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD504

Black with #CCD504

Text Example


Text Example

White with #CCD504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD504; }

 p { color: rgb(204,213,4); }

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

background-color css

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

 a { background-color: rgb(204,213,4); }

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

border-color css

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

 span { border-color: rgb(204,213,4); }

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