Html Css Color HEX #CF8618 Ochre

📋 copy color: '#CF8618'

red 207 ◦ green 134 ◦ blue 24

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

Shades of Ochre #CF8618

Tints of Ochre #CF8618

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.71%

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

R = 56.71%
G = 36.71%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF8618 (or 0xCF8618) is known color: Ochre. HEX triplet: CF, 86 and 18. RGB value is (207,134,24). Sum of RGB (Red+Green+Blue) = 207+134+24=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8618 is #3079E7. Grayscale: #8F8F8F. Windows color (decimal): -3176936 or 1607375. OLE color: 1607375.

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

Color convert

RGB 207 134 24 -
CMYK 0 0.35 0.88 0.19
HSL 36.07º 0.79% 0.45% -
HSV(B) 36.07º 0.88% 0.81% -
XYZ 34.42 30.38 4.91 -
YUV 143.29 60.68 173.44 -
System Red Green Blue C M Y K H S L
Decimal 207 134 24 0 0.35 0.88 0.19 36.07 0.79 0.45
Hex CF 86 18 0 23 58 13 24 4F 2D
Octal 317 206 30 0 43 130 23 44 117 55
Binary 11001111 10000110 11000 0 100011 1011000 10011 100100 1001111 101101

Color Harmonies of #CF8618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8618

Black with #CF8618

Text Example


Text Example

White with #CF8618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8618; }

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

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

background-color css

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

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

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

border-color css

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

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

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