Html Css Color HEX #C28701 Dark Goldenrod

📋 copy color: '#C28701'

red 194 ◦ green 135 ◦ blue 1

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

Shades of Dark Goldenrod #C28701

Tints of Dark Goldenrod #C28701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 58.79%
G = 40.91%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C28701 (or 0xC28701) is known color: Dark Goldenrod. HEX triplet: C2, 87 and 01. RGB value is (194,135,1). Sum of RGB (Red+Green+Blue) = 194+135+1=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C28701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28701 is #3D78FE. Grayscale: #898989. Windows color (decimal): -4028671 or 100290. OLE color: 100290.

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

Color convert

RGB 194 135 1 -
CMYK 0 0.30 0.99 0.24
HSL 41.66º 0.99% 0.38% -
HSV(B) 41.66º 0.99% 0.76% -
XYZ 30.92 28.8 3.96 -
YUV 137.37 51.05 168.4 -
System Red Green Blue C M Y K H S L
Decimal 194 135 1 0 0.30 0.99 0.24 41.66 0.99 0.38
Hex C2 87 1 0 1E 63 18 2A 63 26
Octal 302 207 1 0 36 143 30 52 143 46
Binary 11000010 10000111 1 0 11110 1100011 11000 101010 1100011 100110

Color Harmonies of #C28701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28701

Black with #C28701

Text Example


Text Example

White with #C28701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28701; }

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

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

background-color css

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

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

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

border-color css

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

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

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