Html Css Color HEX #C27F01 Dark Goldenrod

📋 copy color: '#C27F01'

red 194 ◦ green 127 ◦ blue 1

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

Shades of Dark Goldenrod #C27F01

Tints of Dark Goldenrod #C27F01

RGB

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

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

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

R = 60.25%
G = 39.44%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C27F01 (or 0xC27F01) is known color: Dark Goldenrod. HEX triplet: C2, 7F and 01. RGB value is (194,127,1). Sum of RGB (Red+Green+Blue) = 194+127+1=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27F01 is #3D80FE. Grayscale: #858585. Windows color (decimal): -4030719 or 98242. OLE color: 98242.

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

Color convert

RGB 194 127 1 -
CMYK 0 0.35 0.99 0.24
HSL 39.17º 0.99% 0.38% -
HSV(B) 39.17º 0.99% 0.76% -
XYZ 29.84 26.65 3.6 -
YUV 132.67 53.7 171.75 -
System Red Green Blue C M Y K H S L
Decimal 194 127 1 0 0.35 0.99 0.24 39.17 0.99 0.38
Hex C2 7F 1 0 23 63 18 27 63 26
Octal 302 177 1 0 43 143 30 47 143 46
Binary 11000010 1111111 1 0 100011 1100011 11000 100111 1100011 100110

Color Harmonies of #C27F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F01

Black with #C27F01

Text Example


Text Example

White with #C27F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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