Html Css Color HEX #CDDC01 La Rioja

📋 copy color: '#CDDC01'

red 205 ◦ green 220 ◦ blue 1

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

Shades of La Rioja #CDDC01

Tints of La Rioja #CDDC01

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.64%

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

R = 48.12%
G = 51.64%
B = 0.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#CDDC01 (or 0xCDDC01) is known color: La Rioja. HEX triplet: CD, DC and 01. RGB value is (205,220,1). Sum of RGB (Red+Green+Blue) = 205+220+1=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDC01 is #3223FE. Grayscale: #BFBFBF. Windows color (decimal): -3286015 or 122061. OLE color: 122061.

HSL color Cylindrical-coordinate representation of color #CDDC01: hue angle of 64.11º 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 #CDDC01 is Cyan = 0.07, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 220 1 -
CMYK 0.07 0 1.00 0.14
HSL 64.11º 0.99% 0.43% -
HSV(B) 64.11º 1% 0.86% -
XYZ 50.78 64.17 9.74 -
YUV 190.55 21.03 138.31 -
System Red Green Blue C M Y K H S L
Decimal 205 220 1 0.07 0 1.00 0.14 64.11 0.99 0.43
Hex CD DC 1 7 0 64 E 40 63 2B
Octal 315 334 1 7 0 144 16 100 143 53
Binary 11001101 11011100 1 111 0 1100100 1110 1000000 1100011 101011

Color Harmonies of #CDDC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC01

Black with #CDDC01

Text Example


Text Example

White with #CDDC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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