Html Css Color HEX #CF8500 Dark Goldenrod

📋 copy color: '#CF8500'

red 207 ◦ green 133 ◦ blue 0

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

Shades of Dark Goldenrod #CF8500

Tints of Dark Goldenrod #CF8500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.12%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.88%
G = 39.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF8500 (or 0xCF8500) is known color: Dark Goldenrod. HEX triplet: CF, 85 and 00. RGB value is (207,133,0). Sum of RGB (Red+Green+Blue) = 207+133+0=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8500 is #307AFF. Grayscale: #8C8C8C. Windows color (decimal): -3177216 or 34255. OLE color: 34255.

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

Color convert

RGB 207 133 0 -
CMYK 0 0.36 1 0.19
HSL 38.55º 1% 0.41% -
HSV(B) 38.55º 1% 0.81% -
XYZ 34.12 30.04 4 -
YUV 139.96 49.02 175.81 -
System Red Green Blue C M Y K H S L
Decimal 207 133 0 0 0.36 1 0.19 38.55 1 0.41
Hex CF 85 0 0 24 64 13 27 64 29
Octal 317 205 0 0 44 144 23 47 144 51
Binary 11001111 10000101 0 0 100100 1100100 10011 100111 1100100 101001

Color Harmonies of #CF8500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8500

Black with #CF8500

Text Example


Text Example

White with #CF8500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8500; }

 p { color: rgb(207,133,0); }

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

background-color css

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

 a { background-color: rgb(207,133,0); }

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

border-color css

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

 span { border-color: rgb(207,133,0); }

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