Html Css Color HEX #D2750D Ochre

📋 copy color: '#D2750D'

red 210 ◦ green 117 ◦ blue 13

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

Shades of Ochre #D2750D

Tints of Ochre #D2750D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

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

R = 61.76%
G = 34.41%
B = 3.82%

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

#D2750D (or 0xD2750D) is known color: Ochre. HEX triplet: D2, 75 and 0D. RGB value is (210,117,13). Sum of RGB (Red+Green+Blue) = 210+117+13=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D2750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2750D is #2D8AF2. Grayscale: #858585. Windows color (decimal): -2984691 or 882130. OLE color: 882130.

HSL color Cylindrical-coordinate representation of color #D2750D: hue angle of 31.68º degrees, saturation: 0.88, 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 #D2750D is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 117 13 -
CMYK 0 0.44 0.94 0.18
HSL 31.68º 0.88% 0.44% -
HSV(B) 31.68º 0.94% 0.82% -
XYZ 33.01 26.45 3.75 -
YUV 132.95 60.31 182.96 -
System Red Green Blue C M Y K H S L
Decimal 210 117 13 0 0.44 0.94 0.18 31.68 0.88 0.44
Hex D2 75 D 0 2C 5E 12 20 58 2C
Octal 322 165 15 0 54 136 22 40 130 54
Binary 11010010 1110101 1101 0 101100 1011110 10010 100000 1011000 101100

Color Harmonies of #D2750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2750D

Black with #D2750D

Text Example


Text Example

White with #D2750D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2750D; }

 p { color: rgb(210,117,13); }

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

background-color css

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

 a { background-color: rgb(210,117,13); }

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

border-color css

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

 span { border-color: rgb(210,117,13); }

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