Html Css Color HEX #C27F03 Dark Goldenrod

📋 copy color: '#C27F03'

red 194 ◦ green 127 ◦ blue 3

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

Shades of Dark Goldenrod #C27F03

Tints of Dark Goldenrod #C27F03

RGB

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

 GREEN value IS 127 (50% from 255) = 39.2%

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 59.88%
G = 39.2%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C27F03 (or 0xC27F03) is known color: Dark Goldenrod. HEX triplet: C2, 7F and 03. RGB value is (194,127,3). Sum of RGB (Red+Green+Blue) = 194+127+3=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27F03 is #3D80FC. Grayscale: #858585. Windows color (decimal): -4030717 or 229314. OLE color: 229314.

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

Color convert

RGB 194 127 3 -
CMYK 0 0.35 0.98 0.24
HSL 38.95º 0.97% 0.39% -
HSV(B) 38.95º 0.98% 0.76% -
XYZ 29.85 26.65 3.66 -
YUV 132.9 54.7 171.58 -
System Red Green Blue C M Y K H S L
Decimal 194 127 3 0 0.35 0.98 0.24 38.95 0.97 0.39
Hex C2 7F 3 0 23 62 18 27 61 27
Octal 302 177 3 0 43 142 30 47 141 47
Binary 11000010 1111111 11 0 100011 1100010 11000 100111 1100001 100111

Color Harmonies of #C27F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F03

Black with #C27F03

Text Example


Text Example

White with #C27F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F03; }

 p { color: rgb(194,127,3); }

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

background-color css

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

 a { background-color: rgb(194,127,3); }

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

border-color css

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

 span { border-color: rgb(194,127,3); }

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