Html Css Color HEX #CF8518 Ochre

📋 copy color: '#CF8518'

red 207 ◦ green 133 ◦ blue 24

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

Shades of Ochre #CF8518

Tints of Ochre #CF8518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.54%

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

R = 56.87%
G = 36.54%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF8518 (or 0xCF8518) is known color: Ochre. HEX triplet: CF, 85 and 18. RGB value is (207,133,24). Sum of RGB (Red+Green+Blue) = 207+133+24=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8518 is #307AE7. Grayscale: #8F8F8F. Windows color (decimal): -3177192 or 1607119. OLE color: 1607119.

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

Color convert

RGB 207 133 24 -
CMYK 0 0.36 0.88 0.19
HSL 35.74º 0.79% 0.45% -
HSV(B) 35.74º 0.88% 0.81% -
XYZ 34.28 30.11 4.87 -
YUV 142.7 61.02 173.86 -
System Red Green Blue C M Y K H S L
Decimal 207 133 24 0 0.36 0.88 0.19 35.74 0.79 0.45
Hex CF 85 18 0 24 58 13 24 4F 2D
Octal 317 205 30 0 44 130 23 44 117 55
Binary 11001111 10000101 11000 0 100100 1011000 10011 100100 1001111 101101

Color Harmonies of #CF8518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8518

Black with #CF8518

Text Example


Text Example

White with #CF8518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8518; }

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

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

background-color css

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

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

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

border-color css

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

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

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