Html Css Color HEX #CF7811 Ochre

📋 copy color: '#CF7811'

red 207 ◦ green 120 ◦ blue 17

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

Shades of Ochre #CF7811

Tints of Ochre #CF7811

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.88%

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

R = 60.17%
G = 34.88%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF7811 (or 0xCF7811) is known color: Ochre. HEX triplet: CF, 78 and 11. RGB value is (207,120,17). Sum of RGB (Red+Green+Blue) = 207+120+17=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7811 is #3087EE. Grayscale: #868686. Windows color (decimal): -3180527 or 1145039. OLE color: 1145039.

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

Color convert

RGB 207 120 17 -
CMYK 0 0.42 0.92 0.19
HSL 32.53º 0.85% 0.44% -
HSV(B) 32.53º 0.92% 0.81% -
XYZ 32.55 26.74 3.98 -
YUV 134.27 61.82 179.88 -
System Red Green Blue C M Y K H S L
Decimal 207 120 17 0 0.42 0.92 0.19 32.53 0.85 0.44
Hex CF 78 11 0 2A 5C 13 21 55 2C
Octal 317 170 21 0 52 134 23 41 125 54
Binary 11001111 1111000 10001 0 101010 1011100 10011 100001 1010101 101100

Color Harmonies of #CF7811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7811

Black with #CF7811

Text Example


Text Example

White with #CF7811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7811; }

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

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

background-color css

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

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

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

border-color css

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

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

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