Html Css Color HEX #C7BD07 La Rioja

📋 copy color: '#C7BD07'

red 199 ◦ green 189 ◦ blue 7

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

Shades of La Rioja #C7BD07

Tints of La Rioja #C7BD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.77%

R = 50.38%
G = 47.85%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C7BD07 (or 0xC7BD07) is known color: La Rioja. HEX triplet: C7, BD and 07. RGB value is (199,189,7). Sum of RGB (Red+Green+Blue) = 199+189+7=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BD07 is #3842F8. Grayscale: #ABABAB. Windows color (decimal): -3687161 or 507335. OLE color: 507335.

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

Color convert

RGB 199 189 7 -
CMYK 0 0.05 0.96 0.22
HSL 56.88º 0.93% 0.4% -
HSV(B) 56.88º 0.96% 0.78% -
XYZ 41.79 48.55 7.37 -
YUV 171.24 35.31 147.8 -
System Red Green Blue C M Y K H S L
Decimal 199 189 7 0 0.05 0.96 0.22 56.88 0.93 0.4
Hex C7 BD 7 0 5 60 16 39 5D 28
Octal 307 275 7 0 5 140 26 71 135 50
Binary 11000111 10111101 111 0 101 1100000 10110 111001 1011101 101000

Color Harmonies of #C7BD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BD07

Black with #C7BD07

Text Example


Text Example

White with #C7BD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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