Html Css Color HEX #CCDC04 La Rioja

📋 copy color: '#CCDC04'

red 204 ◦ green 220 ◦ blue 4

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

Shades of La Rioja #CCDC04

Tints of La Rioja #CCDC04

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.4%

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

R = 47.66%
G = 51.4%
B = 0.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#CCDC04 (or 0xCCDC04) is known color: La Rioja. HEX triplet: CC, DC and 04. RGB value is (204,220,4). Sum of RGB (Red+Green+Blue) = 204+220+4=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 4 (1.95% from 255 or 0.93% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDC04 is #3323FB. Grayscale: #BFBFBF. Windows color (decimal): -3351548 or 318668. OLE color: 318668.

HSL color Cylindrical-coordinate representation of color #CCDC04: hue angle of 64.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCDC04 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 4 -
CMYK 0.07 0 0.98 0.14
HSL 64.44º 0.96% 0.44% -
HSV(B) 64.44º 0.98% 0.86% -
XYZ 50.52 64.03 9.81 -
YUV 190.59 22.7 137.56 -
System Red Green Blue C M Y K H S L
Decimal 204 220 4 0.07 0 0.98 0.14 64.44 0.96 0.44
Hex CC DC 4 7 0 62 E 40 60 2C
Octal 314 334 4 7 0 142 16 100 140 54
Binary 11001100 11011100 100 111 0 1100010 1110 1000000 1100000 101100

Color Harmonies of #CCDC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC04

Black with #CCDC04

Text Example


Text Example

White with #CCDC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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