Html Css Color HEX #CF8B10 Dark Goldenrod

📋 copy color: '#CF8B10'

red 207 ◦ green 139 ◦ blue 16

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

Shades of Dark Goldenrod #CF8B10

Tints of Dark Goldenrod #CF8B10

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.4%

 BLUE value IS 16 (6.64% from 255) = 4.42%

R = 57.18%
G = 38.4%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF8B10 (or 0xCF8B10) is known color: Dark Goldenrod. HEX triplet: CF, 8B and 10. RGB value is (207,139,16). Sum of RGB (Red+Green+Blue) = 207+139+16=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8B10 is #3074EF. Grayscale: #919191. Windows color (decimal): -3175664 or 1084367. OLE color: 1084367.

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

Color convert

RGB 207 139 16 -
CMYK 0 0.33 0.92 0.19
HSL 38.64º 0.86% 0.44% -
HSV(B) 38.64º 0.92% 0.81% -
XYZ 35.06 31.77 4.77 -
YUV 145.31 55.03 172 -
System Red Green Blue C M Y K H S L
Decimal 207 139 16 0 0.33 0.92 0.19 38.64 0.86 0.44
Hex CF 8B 10 0 21 5C 13 27 56 2C
Octal 317 213 20 0 41 134 23 47 126 54
Binary 11001111 10001011 10000 0 100001 1011100 10011 100111 1010110 101100

Color Harmonies of #CF8B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8B10

Black with #CF8B10

Text Example


Text Example

White with #CF8B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8B10; }

 p { color: rgb(207,139,16); }

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

background-color css

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

 a { background-color: rgb(207,139,16); }

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

border-color css

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

 span { border-color: rgb(207,139,16); }

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