Html Css Color HEX #CF840F Dark Goldenrod

📋 copy color: '#CF840F'

red 207 ◦ green 132 ◦ blue 15

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

Shades of Dark Goldenrod #CF840F

Tints of Dark Goldenrod #CF840F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.29%

 BLUE value IS 15 (6.25% from 255) = 4.24%

R = 58.47%
G = 37.29%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF840F (or 0xCF840F) is known color: Dark Goldenrod. HEX triplet: CF, 84 and 0F. RGB value is (207,132,15). Sum of RGB (Red+Green+Blue) = 207+132+15=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF840F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF840F is #307BF0. Grayscale: #8D8D8D. Windows color (decimal): -3177457 or 1017039. OLE color: 1017039.

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

Color convert

RGB 207 132 15 -
CMYK 0 0.36 0.93 0.19
HSL 36.56º 0.86% 0.44% -
HSV(B) 36.56º 0.93% 0.81% -
XYZ 34.07 29.8 4.41 -
YUV 141.09 56.85 175.01 -
System Red Green Blue C M Y K H S L
Decimal 207 132 15 0 0.36 0.93 0.19 36.56 0.86 0.44
Hex CF 84 F 0 24 5D 13 25 56 2C
Octal 317 204 17 0 44 135 23 45 126 54
Binary 11001111 10000100 1111 0 100100 1011101 10011 100101 1010110 101100

Color Harmonies of #CF840F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF840F

Black with #CF840F

Text Example


Text Example

White with #CF840F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF840F; }

 p { color: rgb(207,132,15); }

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

background-color css

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

 a { background-color: rgb(207,132,15); }

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

border-color css

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

 span { border-color: rgb(207,132,15); }

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