Html Css Color HEX #CF8310 Ochre

📋 copy color: '#CF8310'

red 207 ◦ green 131 ◦ blue 16

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

Shades of Ochre #CF8310

Tints of Ochre #CF8310

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.01%

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

R = 58.47%
G = 37.01%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF8310 (or 0xCF8310) is known color: Ochre. HEX triplet: CF, 83 and 10. RGB value is (207,131,16). Sum of RGB (Red+Green+Blue) = 207+131+16=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8310 is #307CEF. Grayscale: #8D8D8D. Windows color (decimal): -3177712 or 1082319. OLE color: 1082319.

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

Color convert

RGB 207 131 16 -
CMYK 0 0.37 0.92 0.19
HSL 36.13º 0.86% 0.44% -
HSV(B) 36.13º 0.92% 0.81% -
XYZ 33.94 29.54 4.4 -
YUV 140.61 57.68 175.35 -
System Red Green Blue C M Y K H S L
Decimal 207 131 16 0 0.37 0.92 0.19 36.13 0.86 0.44
Hex CF 83 10 0 25 5C 13 24 56 2C
Octal 317 203 20 0 45 134 23 44 126 54
Binary 11001111 10000011 10000 0 100101 1011100 10011 100100 1010110 101100

Color Harmonies of #CF8310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8310

Black with #CF8310

Text Example


Text Example

White with #CF8310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8310; }

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

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

background-color css

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

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

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

border-color css

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

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

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