Html Css Color HEX #C9BD03 La Rioja

📋 copy color: '#C9BD03'

red 201 ◦ green 189 ◦ blue 3

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

Shades of La Rioja #C9BD03

Tints of La Rioja #C9BD03

RGB

 RED value IS 201 (78.91% from 255) = 51.15%

 GREEN value IS 189 (74.22% from 255) = 48.09%

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 51.15%
G = 48.09%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C9BD03 (or 0xC9BD03) is known color: La Rioja. HEX triplet: C9, BD and 03. RGB value is (201,189,3). Sum of RGB (Red+Green+Blue) = 201+189+3=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 3 (1.56% from 255 or 0.76% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BD03 is #3642FC. Grayscale: #ACACAC. Windows color (decimal): -3556093 or 245193. OLE color: 245193.

HSL color Cylindrical-coordinate representation of color #C9BD03: hue angle of 56.36º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9BD03 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 189 3 -
CMYK 0 0.06 0.99 0.21
HSL 56.36º 0.97% 0.4% -
HSV(B) 56.36º 0.99% 0.79% -
XYZ 42.3 48.82 7.28 -
YUV 171.38 32.98 149.12 -
System Red Green Blue C M Y K H S L
Decimal 201 189 3 0 0.06 0.99 0.21 56.36 0.97 0.4
Hex C9 BD 3 0 6 63 15 38 61 28
Octal 311 275 3 0 6 143 25 70 141 50
Binary 11001001 10111101 11 0 110 1100011 10101 111000 1100001 101000

Color Harmonies of #C9BD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BD03

Black with #C9BD03

Text Example


Text Example

White with #C9BD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BD03; }

 p { color: rgb(201,189,3); }

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

background-color css

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

 a { background-color: rgb(201,189,3); }

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

border-color css

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

 span { border-color: rgb(201,189,3); }

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