Html Css Color HEX #C7BD06 La Rioja

📋 copy color: '#C7BD06'

red 199 ◦ green 189 ◦ blue 6

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

Shades of La Rioja #C7BD06

Tints of La Rioja #C7BD06

RGB

 RED value IS 199 (78.13% from 255) = 50.51%

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

 BLUE value IS 6 (2.73% from 255) = 1.52%

R = 50.51%
G = 47.97%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C7BD06 (or 0xC7BD06) is known color: La Rioja. HEX triplet: C7, BD and 06. RGB value is (199,189,6). Sum of RGB (Red+Green+Blue) = 199+189+6=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 6 (2.73% from 255 or 1.52% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BD06 is #3842F9. Grayscale: #ABABAB. Windows color (decimal): -3687162 or 441799. OLE color: 441799.

HSL color Cylindrical-coordinate representation of color #C7BD06: hue angle of 56.89º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7BD06 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 189 6 -
CMYK 0 0.05 0.97 0.22
HSL 56.89º 0.94% 0.4% -
HSV(B) 56.89º 0.97% 0.78% -
XYZ 41.78 48.55 7.34 -
YUV 171.13 34.81 147.88 -
System Red Green Blue C M Y K H S L
Decimal 199 189 6 0 0.05 0.97 0.22 56.89 0.94 0.4
Hex C7 BD 6 0 5 61 16 39 5E 28
Octal 307 275 6 0 5 141 26 71 136 50
Binary 11000111 10111101 110 0 101 1100001 10110 111001 1011110 101000

Color Harmonies of #C7BD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BD06

Black with #C7BD06

Text Example


Text Example

White with #C7BD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BD06; }

 p { color: rgb(199,189,6); }

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

background-color css

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

 a { background-color: rgb(199,189,6); }

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

border-color css

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

 span { border-color: rgb(199,189,6); }

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