Html Css Color HEX #CF8321 Ochre

📋 copy color: '#CF8321'

red 207 ◦ green 131 ◦ blue 33

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

Shades of Ochre #CF8321

Tints of Ochre #CF8321

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.31%

 BLUE value IS 33 (13.28% from 255) = 8.89%

R = 55.8%
G = 35.31%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF8321 (or 0xCF8321) is known color: Ochre. HEX triplet: CF, 83 and 21. RGB value is (207,131,33). Sum of RGB (Red+Green+Blue) = 207+131+33=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8321 is #307CDE. Grayscale: #8F8F8F. Windows color (decimal): -3177695 or 2196431. OLE color: 2196431.

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

Color convert

RGB 207 131 33 -
CMYK 0 0.37 0.84 0.19
HSL 33.79º 0.73% 0.47% -
HSV(B) 33.79º 0.84% 0.81% -
XYZ 34.12 29.61 5.36 -
YUV 142.55 66.18 173.97 -
System Red Green Blue C M Y K H S L
Decimal 207 131 33 0 0.37 0.84 0.19 33.79 0.73 0.47
Hex CF 83 21 0 25 54 13 22 48 2F
Octal 317 203 41 0 45 124 23 42 110 57
Binary 11001111 10000011 100001 0 100101 1010100 10011 100010 1001000 101111

Color Harmonies of #CF8321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8321

Black with #CF8321

Text Example


Text Example

White with #CF8321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8321; }

 p { color: rgb(207,131,33); }

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

background-color css

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

 a { background-color: rgb(207,131,33); }

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

border-color css

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

 span { border-color: rgb(207,131,33); }

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