Html Css Color HEX #CF8301 Dark Goldenrod

📋 copy color: '#CF8301'

red 207 ◦ green 131 ◦ blue 1

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

Shades of Dark Goldenrod #CF8301

Tints of Dark Goldenrod #CF8301

RGB

 RED value IS 207 (81.25% from 255) = 61.06%

 GREEN value IS 131 (51.56% from 255) = 38.64%

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

R = 61.06%
G = 38.64%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF8301 (or 0xCF8301) is known color: Dark Goldenrod. HEX triplet: CF, 83 and 01. RGB value is (207,131,1). Sum of RGB (Red+Green+Blue) = 207+131+1=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8301 is #307CFE. Grayscale: #8B8B8B. Windows color (decimal): -3177727 or 99279. OLE color: 99279.

HSL color Cylindrical-coordinate representation of color #CF8301: hue angle of 37.86º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF8301 is Cyan = 0, Magento = 0.37, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 131 1 -
CMYK 0 0.37 1.00 0.19
HSL 37.86º 0.99% 0.41% -
HSV(B) 37.86º 1% 0.81% -
XYZ 33.85 29.5 3.94 -
YUV 138.9 50.18 176.57 -
System Red Green Blue C M Y K H S L
Decimal 207 131 1 0 0.37 1.00 0.19 37.86 0.99 0.41
Hex CF 83 1 0 25 64 13 26 63 29
Octal 317 203 1 0 45 144 23 46 143 51
Binary 11001111 10000011 1 0 100101 1100100 10011 100110 1100011 101001

Color Harmonies of #CF8301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8301

Black with #CF8301

Text Example


Text Example

White with #CF8301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8301; }

 p { color: rgb(207,131,1); }

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

background-color css

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

 a { background-color: rgb(207,131,1); }

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

border-color css

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

 span { border-color: rgb(207,131,1); }

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