Html Css Color HEX #CDD900 La Rioja

📋 copy color: '#CDD900'

red 205 ◦ green 217 ◦ blue 0

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

Shades of La Rioja #CDD900

Tints of La Rioja #CDD900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.58%
G = 51.42%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#CDD900 (or 0xCDD900) is known color: La Rioja. HEX triplet: CD, D9 and 00. RGB value is (205,217,0). Sum of RGB (Red+Green+Blue) = 205+217+0=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 217 (85.16% from 255 or 51.42% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD900 is #3226FF. Grayscale: #BDBDBD. Windows color (decimal): -3286784 or 55757. OLE color: 55757.

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

Color convert

RGB 205 217 0 -
CMYK 0.06 0 1 0.15
HSL 63.32º 1% 0.43% -
HSV(B) 63.32º 1% 0.85% -
XYZ 49.99 62.6 9.45 -
YUV 188.67 21.52 139.64 -
System Red Green Blue C M Y K H S L
Decimal 205 217 0 0.06 0 1 0.15 63.32 1 0.43
Hex CD D9 0 6 0 64 F 3F 64 2B
Octal 315 331 0 6 0 144 17 77 144 53
Binary 11001101 11011001 0 110 0 1100100 1111 111111 1100100 101011

Color Harmonies of #CDD900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD900

Black with #CDD900

Text Example


Text Example

White with #CDD900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD900; }

 p { color: rgb(205,217,0); }

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

background-color css

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

 a { background-color: rgb(205,217,0); }

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

border-color css

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

 span { border-color: rgb(205,217,0); }

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