Html Css Color HEX #C28707 Dark Goldenrod

📋 copy color: '#C28707'

red 194 ◦ green 135 ◦ blue 7

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

Shades of Dark Goldenrod #C28707

Tints of Dark Goldenrod #C28707

RGB

 RED value IS 194 (76.17% from 255) = 57.74%

 GREEN value IS 135 (53.13% from 255) = 40.18%

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

R = 57.74%
G = 40.18%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C28707 (or 0xC28707) is known color: Dark Goldenrod. HEX triplet: C2, 87 and 07. RGB value is (194,135,7). Sum of RGB (Red+Green+Blue) = 194+135+7=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 7 (3.12% from 255 or 2.08% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C28707 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28707 is #3D78F8. Grayscale: #8A8A8A. Windows color (decimal): -4028665 or 493506. OLE color: 493506.

HSL color Cylindrical-coordinate representation of color #C28707: hue angle of 41.07º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C28707 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 135 7 -
CMYK 0 0.30 0.96 0.24
HSL 41.07º 0.93% 0.39% -
HSV(B) 41.07º 0.96% 0.76% -
XYZ 30.95 28.81 4.13 -
YUV 138.05 54.05 167.91 -
System Red Green Blue C M Y K H S L
Decimal 194 135 7 0 0.30 0.96 0.24 41.07 0.93 0.39
Hex C2 87 7 0 1E 60 18 29 5D 27
Octal 302 207 7 0 36 140 30 51 135 47
Binary 11000010 10000111 111 0 11110 1100000 11000 101001 1011101 100111

Color Harmonies of #C28707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28707

Black with #C28707

Text Example


Text Example

White with #C28707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28707; }

 p { color: rgb(194,135,7); }

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

background-color css

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

 a { background-color: rgb(194,135,7); }

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

border-color css

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

 span { border-color: rgb(194,135,7); }

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