Html Css Color HEX #CADA09 La Rioja

📋 copy color: '#CADA09'

red 202 ◦ green 218 ◦ blue 9

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

Shades of La Rioja #CADA09

Tints of La Rioja #CADA09

RGB

 RED value IS 202 (79.3% from 255) = 47.09%

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

 BLUE value IS 9 (3.91% from 255) = 2.1%

R = 47.09%
G = 50.82%
B = 2.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#CADA09 (or 0xCADA09) is known color: La Rioja. HEX triplet: CA, DA and 09. RGB value is (202,218,9). Sum of RGB (Red+Green+Blue) = 202+218+9=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 9 (3.91% from 255 or 2.10% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADA09 is #3525F6. Grayscale: #BEBEBE. Windows color (decimal): -3483127 or 645834. OLE color: 645834.

HSL color Cylindrical-coordinate representation of color #CADA09: hue angle of 64.59º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CADA09 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 218 9 -
CMYK 0.07 0 0.96 0.15
HSL 64.59º 0.92% 0.45% -
HSV(B) 64.59º 0.96% 0.85% -
XYZ 49.48 62.72 9.76 -
YUV 189.39 26.2 136.99 -
System Red Green Blue C M Y K H S L
Decimal 202 218 9 0.07 0 0.96 0.15 64.59 0.92 0.45
Hex CA DA 9 7 0 60 F 41 5C 2D
Octal 312 332 11 7 0 140 17 101 134 55
Binary 11001010 11011010 1001 111 0 1100000 1111 1000001 1011100 101101

Color Harmonies of #CADA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADA09

Black with #CADA09

Text Example


Text Example

White with #CADA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADA09; }

 p { color: rgb(202,218,9); }

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

background-color css

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

 a { background-color: rgb(202,218,9); }

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

border-color css

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

 span { border-color: rgb(202,218,9); }

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