Html Css Color HEX #C7850A Dark Goldenrod

📋 copy color: '#C7850A'

red 199 ◦ green 133 ◦ blue 10

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

Shades of Dark Goldenrod #C7850A

Tints of Dark Goldenrod #C7850A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.89%

 BLUE value IS 10 (4.3% from 255) = 2.92%

R = 58.19%
G = 38.89%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7850A (or 0xC7850A) is known color: Dark Goldenrod. HEX triplet: C7, 85 and 0A. RGB value is (199,133,10). Sum of RGB (Red+Green+Blue) = 199+133+10=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C7850A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7850A is #387AF5. Grayscale: #8B8B8B. Windows color (decimal): -3701494 or 689607. OLE color: 689607.

HSL color Cylindrical-coordinate representation of color #C7850A: hue angle of 39.05º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7850A is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 133 10 -
CMYK 0 0.33 0.95 0.22
HSL 39.05º 0.9% 0.41% -
HSV(B) 39.05º 0.95% 0.78% -
XYZ 32 28.94 4.19 -
YUV 138.71 55.37 171 -
System Red Green Blue C M Y K H S L
Decimal 199 133 10 0 0.33 0.95 0.22 39.05 0.9 0.41
Hex C7 85 A 0 21 5F 16 27 5A 29
Octal 307 205 12 0 41 137 26 47 132 51
Binary 11000111 10000101 1010 0 100001 1011111 10110 100111 1011010 101001

Color Harmonies of #C7850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7850A

Black with #C7850A

Text Example


Text Example

White with #C7850A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7850A; }

 p { color: rgb(199,133,10); }

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

background-color css

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

 a { background-color: rgb(199,133,10); }

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

border-color css

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

 span { border-color: rgb(199,133,10); }

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