Html Css Color HEX #CF8211 Ochre

📋 copy color: '#CF8211'

red 207 ◦ green 130 ◦ blue 17

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

Shades of Ochre #CF8211

Tints of Ochre #CF8211

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

 BLUE value IS 17 (7.03% from 255) = 4.8%

R = 58.47%
G = 36.72%
B = 4.8%

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

#CF8211 (or 0xCF8211) is known color: Ochre. HEX triplet: CF, 82 and 11. RGB value is (207,130,17). Sum of RGB (Red+Green+Blue) = 207+130+17=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8211 is #307DEE. Grayscale: #8C8C8C. Windows color (decimal): -3177967 or 1147599. OLE color: 1147599.

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

Color convert

RGB 207 130 17 -
CMYK 0 0.37 0.92 0.19
HSL 35.68º 0.85% 0.44% -
HSV(B) 35.68º 0.92% 0.81% -
XYZ 33.82 29.27 4.4 -
YUV 140.14 58.51 175.69 -
System Red Green Blue C M Y K H S L
Decimal 207 130 17 0 0.37 0.92 0.19 35.68 0.85 0.44
Hex CF 82 11 0 25 5C 13 24 55 2C
Octal 317 202 21 0 45 134 23 44 125 54
Binary 11001111 10000010 10001 0 100101 1011100 10011 100100 1010101 101100

Color Harmonies of #CF8211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8211

Black with #CF8211

Text Example


Text Example

White with #CF8211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8211; }

 p { color: rgb(207,130,17); }

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

background-color css

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

 a { background-color: rgb(207,130,17); }

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

border-color css

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

 span { border-color: rgb(207,130,17); }

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