Html Css Color HEX #C47F01 Dark Goldenrod

📋 copy color: '#C47F01'

red 196 ◦ green 127 ◦ blue 1

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

Shades of Dark Goldenrod #C47F01

Tints of Dark Goldenrod #C47F01

RGB

 RED value IS 196 (76.95% from 255) = 60.49%

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

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

R = 60.49%
G = 39.2%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C47F01 (or 0xC47F01) is known color: Dark Goldenrod. HEX triplet: C4, 7F and 01. RGB value is (196,127,1). Sum of RGB (Red+Green+Blue) = 196+127+1=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47F01 is #3B80FE. Grayscale: #858585. Windows color (decimal): -3899647 or 98244. OLE color: 98244.

HSL color Cylindrical-coordinate representation of color #C47F01: hue angle of 38.77º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C47F01 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 127 1 -
CMYK 0 0.35 0.99 0.23
HSL 38.77º 0.99% 0.39% -
HSV(B) 38.77º 0.99% 0.77% -
XYZ 30.36 26.92 3.62 -
YUV 133.27 53.36 172.75 -
System Red Green Blue C M Y K H S L
Decimal 196 127 1 0 0.35 0.99 0.23 38.77 0.99 0.39
Hex C4 7F 1 0 23 63 17 27 63 27
Octal 304 177 1 0 43 143 27 47 143 47
Binary 11000100 1111111 1 0 100011 1100011 10111 100111 1100011 100111

Color Harmonies of #C47F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F01

Black with #C47F01

Text Example


Text Example

White with #C47F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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