#C27B02

Color #C27B02 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #C27B02

Tints of Dark Goldenrod #C27B02

Color information

#C27B02 (or 0xC27B02) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 7B and 02. RGB value is (194,123,2). Sum of RGB (Red+Green+Blue) = 194+123+2=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27B02 is #3D84FD. Grayscale: #828282. Windows color (decimal): -4031742 or 162754. OLE color: 162754.

HSL color Cylindrical-coordinate representation of color #C27B02: hue angle of 37.81º degrees, saturation: 0.98, 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 #C27B02 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1941232-
CMYK00.370.990.24
HSL37.81º97.96%38.43%-
HSV(B)37.81º98.97%76.08%-
XYZ29.3425.643.46-
YUV130.4455.52173.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.82%
GREEN value IS 123 (48.44% from 255) = 38.56%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=60.82%
G=38.56%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194123200.370.990.2437.8197.9638.43
HexC27B20256318266226
Octal3021732045143304614246
Binary1100001011110111001001011100011110001001101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27B02; }

 p { color: rgb(194,123,2); }

 H1.HeaderClassName
 {
   color: #C27B02;
 }
 .AnyTagClassName
 {
   color: #C27B02;
 }
</style>
background-color css

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

 a { background-color: rgb(194,123,2); }

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

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

 span { border-color: rgb(194,123,2); }

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