Html Css Color HEX #CADB09 La Rioja

📋 copy color: '#CADB09'

red 202 ◦ green 219 ◦ blue 9

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

Shades of La Rioja #CADB09

Tints of La Rioja #CADB09

RGB

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

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

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

R = 46.98%
G = 50.93%
B = 2.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#CADB09 (or 0xCADB09) is known color: La Rioja. HEX triplet: CA, DB and 09. RGB value is (202,219,9). Sum of RGB (Red+Green+Blue) = 202+219+9=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 9 (3.91% from 255 or 2.09% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADB09 is #3524F6. Grayscale: #BEBEBE. Windows color (decimal): -3482871 or 646090. OLE color: 646090.

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

Color convert

RGB 202 219 9 -
CMYK 0.08 0 0.96 0.14
HSL 64.86º 0.92% 0.45% -
HSV(B) 64.86º 0.96% 0.86% -
XYZ 49.74 63.24 9.84 -
YUV 189.98 25.87 136.58 -
System Red Green Blue C M Y K H S L
Decimal 202 219 9 0.08 0 0.96 0.14 64.86 0.92 0.45
Hex CA DB 9 8 0 60 E 41 5C 2D
Octal 312 333 11 10 0 140 16 101 134 55
Binary 11001010 11011011 1001 1000 0 1100000 1110 1000001 1011100 101101

Color Harmonies of #CADB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADB09

Black with #CADB09

Text Example


Text Example

White with #CADB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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