Html Css Color HEX #CF8316 Ochre

📋 copy color: '#CF8316'

red 207 ◦ green 131 ◦ blue 22

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

Shades of Ochre #CF8316

Tints of Ochre #CF8316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.11%

R = 57.5%
G = 36.39%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF8316 (or 0xCF8316) is known color: Ochre. HEX triplet: CF, 83 and 16. RGB value is (207,131,22). Sum of RGB (Red+Green+Blue) = 207+131+22=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8316 is #307CE9. Grayscale: #8D8D8D. Windows color (decimal): -3177706 or 1475535. OLE color: 1475535.

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

Color convert

RGB 207 131 22 -
CMYK 0 0.37 0.89 0.19
HSL 35.35º 0.81% 0.45% -
HSV(B) 35.35º 0.89% 0.81% -
XYZ 33.99 29.56 4.67 -
YUV 141.3 60.68 174.86 -
System Red Green Blue C M Y K H S L
Decimal 207 131 22 0 0.37 0.89 0.19 35.35 0.81 0.45
Hex CF 83 16 0 25 59 13 23 51 2D
Octal 317 203 26 0 45 131 23 43 121 55
Binary 11001111 10000011 10110 0 100101 1011001 10011 100011 1010001 101101

Color Harmonies of #CF8316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8316

Black with #CF8316

Text Example


Text Example

White with #CF8316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8316; }

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

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

background-color css

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

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

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

border-color css

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

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

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