Html Css Color HEX #CDDB01 La Rioja

📋 copy color: '#CDDB01'

red 205 ◦ green 219 ◦ blue 1

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

Shades of La Rioja #CDDB01

Tints of La Rioja #CDDB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 48.24%
G = 51.53%
B = 0.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#CDDB01 (or 0xCDDB01) is known color: La Rioja. HEX triplet: CD, DB and 01. RGB value is (205,219,1). Sum of RGB (Red+Green+Blue) = 205+219+1=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDB01 is #3224FE. Grayscale: #BEBEBE. Windows color (decimal): -3286271 or 121805. OLE color: 121805.

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

Color convert

RGB 205 219 1 -
CMYK 0.06 0 1.00 0.14
HSL 63.85º 0.99% 0.43% -
HSV(B) 63.85º 1% 0.86% -
XYZ 50.51 63.64 9.65 -
YUV 189.96 21.36 138.73 -
System Red Green Blue C M Y K H S L
Decimal 205 219 1 0.06 0 1.00 0.14 63.85 0.99 0.43
Hex CD DB 1 6 0 64 E 40 63 2B
Octal 315 333 1 6 0 144 16 100 143 53
Binary 11001101 11011011 1 110 0 1100100 1110 1000000 1100011 101011

Color Harmonies of #CDDB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB01

Black with #CDDB01

Text Example


Text Example

White with #CDDB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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