Html Css Color HEX #C9710D Ochre

📋 copy color: '#C9710D'

red 201 ◦ green 113 ◦ blue 13

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

Shades of Ochre #C9710D

Tints of Ochre #C9710D

RGB

 RED value IS 201 (78.91% from 255) = 61.47%

 GREEN value IS 113 (44.53% from 255) = 34.56%

 BLUE value IS 13 (5.47% from 255) = 3.98%

R = 61.47%
G = 34.56%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9710D (or 0xC9710D) is known color: Ochre. HEX triplet: C9, 71 and 0D. RGB value is (201,113,13). Sum of RGB (Red+Green+Blue) = 201+113+13=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9710D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9710D is #368EF2. Grayscale: #808080. Windows color (decimal): -3575539 or 881097. OLE color: 881097.

HSL color Cylindrical-coordinate representation of color #C9710D: hue angle of 31.91º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9710D is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 113 13 -
CMYK 0 0.44 0.94 0.21
HSL 31.91º 0.88% 0.42% -
HSV(B) 31.91º 0.94% 0.79% -
XYZ 30.07 24.26 3.48 -
YUV 127.91 63.15 180.13 -
System Red Green Blue C M Y K H S L
Decimal 201 113 13 0 0.44 0.94 0.21 31.91 0.88 0.42
Hex C9 71 D 0 2C 5E 15 20 58 2A
Octal 311 161 15 0 54 136 25 40 130 52
Binary 11001001 1110001 1101 0 101100 1011110 10101 100000 1011000 101010

Color Harmonies of #C9710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9710D

Black with #C9710D

Text Example


Text Example

White with #C9710D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9710D; }

 p { color: rgb(201,113,13); }

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

background-color css

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

 a { background-color: rgb(201,113,13); }

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

border-color css

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

 span { border-color: rgb(201,113,13); }

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