Html Css Color HEX #CF8218 Ochre

📋 copy color: '#CF8218'

red 207 ◦ green 130 ◦ blue 24

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

Shades of Ochre #CF8218

Tints of Ochre #CF8218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.65%

R = 57.34%
G = 36.01%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF8218 (or 0xCF8218) is known color: Ochre. HEX triplet: CF, 82 and 18. RGB value is (207,130,24). Sum of RGB (Red+Green+Blue) = 207+130+24=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8218 is #307DE7. Grayscale: #8D8D8D. Windows color (decimal): -3177960 or 1606351. OLE color: 1606351.

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

Color convert

RGB 207 130 24 -
CMYK 0 0.37 0.88 0.19
HSL 34.75º 0.79% 0.45% -
HSV(B) 34.75º 0.88% 0.81% -
XYZ 33.88 29.3 4.73 -
YUV 140.94 62.01 175.12 -
System Red Green Blue C M Y K H S L
Decimal 207 130 24 0 0.37 0.88 0.19 34.75 0.79 0.45
Hex CF 82 18 0 25 58 13 23 4F 2D
Octal 317 202 30 0 45 130 23 43 117 55
Binary 11001111 10000010 11000 0 100101 1011000 10011 100011 1001111 101101

Color Harmonies of #CF8218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8218

Black with #CF8218

Text Example


Text Example

White with #CF8218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8218; }

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

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

background-color css

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

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

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

border-color css

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

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

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