Html Css Color HEX #D7751B Ochre

📋 copy color: '#D7751B'

red 215 ◦ green 117 ◦ blue 27

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

Shades of Ochre #D7751B

Tints of Ochre #D7751B

RGB

 RED value IS 215 (84.38% from 255) = 59.89%

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

 BLUE value IS 27 (10.94% from 255) = 7.52%

R = 59.89%
G = 32.59%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7751B (or 0xD7751B) is known color: Ochre. HEX triplet: D7, 75 and 1B. RGB value is (215,117,27). Sum of RGB (Red+Green+Blue) = 215+117+27=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D7751B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7751B is #288AE4. Grayscale: #888888. Windows color (decimal): -2656997 or 1799639. OLE color: 1799639.

HSL color Cylindrical-coordinate representation of color #D7751B: hue angle of 28.72º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7751B is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 117 27 -
CMYK 0 0.46 0.87 0.16
HSL 28.72º 0.78% 0.47% -
HSV(B) 28.72º 0.87% 0.84% -
XYZ 34.58 27.25 4.47 -
YUV 136.04 66.47 184.32 -
System Red Green Blue C M Y K H S L
Decimal 215 117 27 0 0.46 0.87 0.16 28.72 0.78 0.47
Hex D7 75 1B 0 2E 57 10 1D 4E 2F
Octal 327 165 33 0 56 127 20 35 116 57
Binary 11010111 1110101 11011 0 101110 1010111 10000 11101 1001110 101111

Color Harmonies of #D7751B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7751B

Black with #D7751B

Text Example


Text Example

White with #D7751B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7751B; }

 p { color: rgb(215,117,27); }

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

background-color css

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

 a { background-color: rgb(215,117,27); }

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

border-color css

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

 span { border-color: rgb(215,117,27); }

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