Html Css Color HEX #CF8601 Dark Goldenrod

📋 copy color: '#CF8601'

red 207 ◦ green 134 ◦ blue 1

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

Shades of Dark Goldenrod #CF8601

Tints of Dark Goldenrod #CF8601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.18%

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

R = 60.53%
G = 39.18%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF8601 (or 0xCF8601) is known color: Dark Goldenrod. HEX triplet: CF, 86 and 01. RGB value is (207,134,1). Sum of RGB (Red+Green+Blue) = 207+134+1=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8601 is #3079FE. Grayscale: #8D8D8D. Windows color (decimal): -3176959 or 100047. OLE color: 100047.

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

Color convert

RGB 207 134 1 -
CMYK 0 0.35 1.00 0.19
HSL 38.74º 0.99% 0.41% -
HSV(B) 38.74º 1% 0.81% -
XYZ 34.26 30.32 4.07 -
YUV 140.67 49.18 175.31 -
System Red Green Blue C M Y K H S L
Decimal 207 134 1 0 0.35 1.00 0.19 38.74 0.99 0.41
Hex CF 86 1 0 23 64 13 27 63 29
Octal 317 206 1 0 43 144 23 47 143 51
Binary 11001111 10000110 1 0 100011 1100100 10011 100111 1100011 101001

Color Harmonies of #CF8601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8601

Black with #CF8601

Text Example


Text Example

White with #CF8601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8601; }

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

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

background-color css

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

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

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

border-color css

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

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

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