Html Css Color HEX #CDDA01 La Rioja

📋 copy color: '#CDDA01'

red 205 ◦ green 218 ◦ blue 1

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

Shades of La Rioja #CDDA01

Tints of La Rioja #CDDA01

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.42%

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

R = 48.35%
G = 51.42%
B = 0.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#CDDA01 (or 0xCDDA01) is known color: La Rioja. HEX triplet: CD, DA and 01. RGB value is (205,218,1). Sum of RGB (Red+Green+Blue) = 205+218+1=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 218 (85.55% from 255 or 51.42% from 424); Blue value is 1 (0.78% from 255 or 0.24% from 424); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDA01 is #3225FE. Grayscale: #BEBEBE. Windows color (decimal): -3286527 or 121549. OLE color: 121549.

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

Color convert

RGB 205 218 1 -
CMYK 0.06 0 1.00 0.15
HSL 63.59º 0.99% 0.43% -
HSV(B) 63.59º 1% 0.85% -
XYZ 50.25 63.12 9.56 -
YUV 189.38 21.69 139.14 -
System Red Green Blue C M Y K H S L
Decimal 205 218 1 0.06 0 1.00 0.15 63.59 0.99 0.43
Hex CD DA 1 6 0 64 F 40 63 2B
Octal 315 332 1 6 0 144 17 100 143 53
Binary 11001101 11011010 1 110 0 1100100 1111 1000000 1100011 101011

Color Harmonies of #CDDA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA01

Black with #CDDA01

Text Example


Text Example

White with #CDDA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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