Html Css Color HEX #CF8418 Ochre

📋 copy color: '#CF8418'

red 207 ◦ green 132 ◦ blue 24

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

Shades of Ochre #CF8418

Tints of Ochre #CF8418

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

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

R = 57.02%
G = 36.36%
B = 6.61%

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

#CF8418 (or 0xCF8418) is known color: Ochre. HEX triplet: CF, 84 and 18. RGB value is (207,132,24). Sum of RGB (Red+Green+Blue) = 207+132+24=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8418 is #307BE7. Grayscale: #8E8E8E. Windows color (decimal): -3177448 or 1606863. OLE color: 1606863.

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

Color convert

RGB 207 132 24 -
CMYK 0 0.36 0.88 0.19
HSL 35.41º 0.79% 0.45% -
HSV(B) 35.41º 0.88% 0.81% -
XYZ 34.15 29.83 4.82 -
YUV 142.11 61.35 174.28 -
System Red Green Blue C M Y K H S L
Decimal 207 132 24 0 0.36 0.88 0.19 35.41 0.79 0.45
Hex CF 84 18 0 24 58 13 23 4F 2D
Octal 317 204 30 0 44 130 23 43 117 55
Binary 11001111 10000100 11000 0 100100 1011000 10011 100011 1001111 101101

Color Harmonies of #CF8418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8418

Black with #CF8418

Text Example


Text Example

White with #CF8418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8418; }

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

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

background-color css

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

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

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

border-color css

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

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

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