Html Css Color HEX #CCD905 La Rioja

📋 copy color: '#CCD905'

red 204 ◦ green 217 ◦ blue 5

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

Shades of La Rioja #CCD905

Tints of La Rioja #CCD905

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.94%

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

R = 47.89%
G = 50.94%
B = 1.17%

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

#CCD905 (or 0xCCD905) is known color: La Rioja. HEX triplet: CC, D9 and 05. RGB value is (204,217,5). Sum of RGB (Red+Green+Blue) = 204+217+5=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 217 (85.16% from 255 or 50.94% from 426); Blue value is 5 (2.34% from 255 or 1.17% from 426); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD905 is #3326FA. Grayscale: #BDBDBD. Windows color (decimal): -3352315 or 383436. OLE color: 383436.

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

Color convert

RGB 204 217 5 -
CMYK 0.06 0 0.98 0.15
HSL 63.68º 0.95% 0.44% -
HSV(B) 63.68º 0.98% 0.85% -
XYZ 49.74 62.47 9.58 -
YUV 188.95 24.19 138.74 -
System Red Green Blue C M Y K H S L
Decimal 204 217 5 0.06 0 0.98 0.15 63.68 0.95 0.44
Hex CC D9 5 6 0 62 F 40 5F 2C
Octal 314 331 5 6 0 142 17 100 137 54
Binary 11001100 11011001 101 110 0 1100010 1111 1000000 1011111 101100

Color Harmonies of #CCD905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD905

Black with #CCD905

Text Example


Text Example

White with #CCD905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD905; }

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

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

background-color css

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

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

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

border-color css

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

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

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