Html Css Color HEX #CDD502 La Rioja

📋 copy color: '#CDD502'

red 205 ◦ green 213 ◦ blue 2

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

Shades of La Rioja #CDD502

Tints of La Rioja #CDD502

RGB

 RED value IS 205 (80.47% from 255) = 48.81%

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 48.81%
G = 50.71%
B = 0.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#CDD502 (or 0xCDD502) is known color: La Rioja. HEX triplet: CD, D5 and 02. RGB value is (205,213,2). Sum of RGB (Red+Green+Blue) = 205+213+2=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD502 is #322AFD. Grayscale: #BBBBBB. Windows color (decimal): -3287806 or 185805. OLE color: 185805.

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

Color convert

RGB 205 213 2 -
CMYK 0.04 0 0.99 0.16
HSL 62.27º 0.98% 0.42% -
HSV(B) 62.27º 0.99% 0.84% -
XYZ 48.98 60.57 9.17 -
YUV 186.55 23.85 141.16 -
System Red Green Blue C M Y K H S L
Decimal 205 213 2 0.04 0 0.99 0.16 62.27 0.98 0.42
Hex CD D5 2 4 0 63 10 3E 62 2A
Octal 315 325 2 4 0 143 20 76 142 52
Binary 11001101 11010101 10 100 0 1100011 10000 111110 1100010 101010

Color Harmonies of #CDD502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD502

Black with #CDD502

Text Example


Text Example

White with #CDD502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD502; }

 p { color: rgb(205,213,2); }

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

background-color css

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

 a { background-color: rgb(205,213,2); }

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

border-color css

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

 span { border-color: rgb(205,213,2); }

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