Html Css Color HEX #CCD304 La Rioja

📋 copy color: '#CCD304'

red 204 ◦ green 211 ◦ blue 4

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

Shades of La Rioja #CCD304

Tints of La Rioja #CCD304

RGB

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

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

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

R = 48.69%
G = 50.36%
B = 0.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#CCD304 (or 0xCCD304) is known color: La Rioja. HEX triplet: CC, D3 and 04. RGB value is (204,211,4). Sum of RGB (Red+Green+Blue) = 204+211+4=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD304 is #332CFB. Grayscale: #BABABA. Windows color (decimal): -3353852 or 316364. OLE color: 316364.

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

Color convert

RGB 204 211 4 -
CMYK 0.03 0 0.98 0.17
HSL 62.03º 0.96% 0.42% -
HSV(B) 62.03º 0.98% 0.83% -
XYZ 48.22 59.43 9.05 -
YUV 185.31 25.68 141.33 -
System Red Green Blue C M Y K H S L
Decimal 204 211 4 0.03 0 0.98 0.17 62.03 0.96 0.42
Hex CC D3 4 3 0 62 11 3E 60 2A
Octal 314 323 4 3 0 142 21 76 140 52
Binary 11001100 11010011 100 11 0 1100010 10001 111110 1100000 101010

Color Harmonies of #CCD304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD304

Black with #CCD304

Text Example


Text Example

White with #CCD304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD304; }

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

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

background-color css

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

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

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

border-color css

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

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

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