Html Css Color HEX #CCD805 La Rioja

📋 copy color: '#CCD805'

red 204 ◦ green 216 ◦ blue 5

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

Shades of La Rioja #CCD805

Tints of La Rioja #CCD805

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.82%

 BLUE value IS 5 (2.34% from 255) = 1.18%

R = 48%
G = 50.82%
B = 1.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#CCD805 (or 0xCCD805) is known color: La Rioja. HEX triplet: CC, D8 and 05. RGB value is (204,216,5). Sum of RGB (Red+Green+Blue) = 204+216+5=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 5 (2.34% from 255 or 1.18% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD805 is #3327FA. Grayscale: #BDBDBD. Windows color (decimal): -3352571 or 383180. OLE color: 383180.

HSL color Cylindrical-coordinate representation of color #CCD805: hue angle of 63.41º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCD805 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 5 -
CMYK 0.06 0 0.98 0.15
HSL 63.41º 0.95% 0.43% -
HSV(B) 63.41º 0.98% 0.85% -
XYZ 49.49 61.96 9.49 -
YUV 188.36 24.52 139.16 -
System Red Green Blue C M Y K H S L
Decimal 204 216 5 0.06 0 0.98 0.15 63.41 0.95 0.43
Hex CC D8 5 6 0 62 F 3F 5F 2B
Octal 314 330 5 6 0 142 17 77 137 53
Binary 11001100 11011000 101 110 0 1100010 1111 111111 1011111 101011

Color Harmonies of #CCD805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD805

Black with #CCD805

Text Example


Text Example

White with #CCD805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD805; }

 p { color: rgb(204,216,5); }

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

background-color css

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

 a { background-color: rgb(204,216,5); }

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

border-color css

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

 span { border-color: rgb(204,216,5); }

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