Html Css Color HEX #CDDB00 La Rioja

📋 copy color: '#CDDB00'

red 205 ◦ green 219 ◦ blue 0

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

Shades of La Rioja #CDDB00

Tints of La Rioja #CDDB00

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.65%

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

R = 48.35%
G = 51.65%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#CDDB00 (or 0xCDDB00) is known color: La Rioja. HEX triplet: CD, DB and 00. RGB value is (205,219,0). Sum of RGB (Red+Green+Blue) = 205+219+0=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDB00 is #3224FF. Grayscale: #BEBEBE. Windows color (decimal): -3286272 or 56269. OLE color: 56269.

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

Color convert

RGB 205 219 0 -
CMYK 0.06 0 1 0.14
HSL 63.84º 1% 0.43% -
HSV(B) 63.84º 1% 0.86% -
XYZ 50.51 63.64 9.62 -
YUV 189.85 20.86 138.81 -
System Red Green Blue C M Y K H S L
Decimal 205 219 0 0.06 0 1 0.14 63.84 1 0.43
Hex CD DB 0 6 0 64 E 40 64 2B
Octal 315 333 0 6 0 144 16 100 144 53
Binary 11001101 11011011 0 110 0 1100100 1110 1000000 1100100 101011

Color Harmonies of #CDDB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB00

Black with #CDDB00

Text Example


Text Example

White with #CDDB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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