Html Css Color HEX #CF8F01 Dark Goldenrod

📋 copy color: '#CF8F01'

red 207 ◦ green 143 ◦ blue 1

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

Shades of Dark Goldenrod #CF8F01

Tints of Dark Goldenrod #CF8F01

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.74%

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

R = 58.97%
G = 40.74%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF8F01 (or 0xCF8F01) is known color: Dark Goldenrod. HEX triplet: CF, 8F and 01. RGB value is (207,143,1). Sum of RGB (Red+Green+Blue) = 207+143+1=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8F01 is #3070FE. Grayscale: #929292. Windows color (decimal): -3174655 or 102351. OLE color: 102351.

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

Color convert

RGB 207 143 1 -
CMYK 0 0.31 1.00 0.19
HSL 41.36º 0.99% 0.41% -
HSV(B) 41.36º 1% 0.81% -
XYZ 35.56 32.91 4.51 -
YUV 145.95 46.2 171.55 -
System Red Green Blue C M Y K H S L
Decimal 207 143 1 0 0.31 1.00 0.19 41.36 0.99 0.41
Hex CF 8F 1 0 1F 64 13 29 63 29
Octal 317 217 1 0 37 144 23 51 143 51
Binary 11001111 10001111 1 0 11111 1100100 10011 101001 1100011 101001

Color Harmonies of #CF8F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F01

Black with #CF8F01

Text Example


Text Example

White with #CF8F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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