Html Css Color HEX #D2760C Ochre

📋 copy color: '#D2760C'

red 210 ◦ green 118 ◦ blue 12

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

Shades of Ochre #D2760C

Tints of Ochre #D2760C

RGB

 RED value IS 210 (82.42% from 255) = 61.76%

 GREEN value IS 118 (46.48% from 255) = 34.71%

 BLUE value IS 12 (5.08% from 255) = 3.53%

R = 61.76%
G = 34.71%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2760C (or 0xD2760C) is known color: Ochre. HEX triplet: D2, 76 and 0C. RGB value is (210,118,12). Sum of RGB (Red+Green+Blue) = 210+118+12=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D2760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2760C is #2D89F3. Grayscale: #858585. Windows color (decimal): -2984436 or 816850. OLE color: 816850.

HSL color Cylindrical-coordinate representation of color #D2760C: hue angle of 32.12º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2760C is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 118 12 -
CMYK 0 0.44 0.94 0.18
HSL 32.12º 0.89% 0.44% -
HSV(B) 32.12º 0.94% 0.82% -
XYZ 33.12 26.69 3.75 -
YUV 133.42 59.48 182.62 -
System Red Green Blue C M Y K H S L
Decimal 210 118 12 0 0.44 0.94 0.18 32.12 0.89 0.44
Hex D2 76 C 0 2C 5E 12 20 59 2C
Octal 322 166 14 0 54 136 22 40 131 54
Binary 11010010 1110110 1100 0 101100 1011110 10010 100000 1011001 101100

Color Harmonies of #D2760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2760C

Black with #D2760C

Text Example


Text Example

White with #D2760C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2760C; }

 p { color: rgb(210,118,12); }

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

background-color css

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

 a { background-color: rgb(210,118,12); }

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

border-color css

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

 span { border-color: rgb(210,118,12); }

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