Html Css Color HEX #C27C00 Dark Goldenrod

📋 copy color: '#C27C00'

red 194 ◦ green 124 ◦ blue 0

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

Shades of Dark Goldenrod #C27C00

Tints of Dark Goldenrod #C27C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.99%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.01%
G = 38.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C27C00 (or 0xC27C00) is known color: Dark Goldenrod. HEX triplet: C2, 7C and 00. RGB value is (194,124,0). Sum of RGB (Red+Green+Blue) = 194+124+0=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27C00 is #3D83FF. Grayscale: #838383. Windows color (decimal): -4031488 or 31938. OLE color: 31938.

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

Color convert

RGB 194 124 0 -
CMYK 0 0.36 1 0.24
HSL 38.35º 1% 0.38% -
HSV(B) 38.35º 1% 0.76% -
XYZ 29.46 25.88 3.44 -
YUV 130.79 54.19 173.08 -
System Red Green Blue C M Y K H S L
Decimal 194 124 0 0 0.36 1 0.24 38.35 1 0.38
Hex C2 7C 0 0 24 64 18 26 64 26
Octal 302 174 0 0 44 144 30 46 144 46
Binary 11000010 1111100 0 0 100100 1100100 11000 100110 1100100 100110

Color Harmonies of #C27C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C00

Black with #C27C00

Text Example


Text Example

White with #C27C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C00; }

 p { color: rgb(194,124,0); }

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

background-color css

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

 a { background-color: rgb(194,124,0); }

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

border-color css

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

 span { border-color: rgb(194,124,0); }

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