Html Css Color HEX #D5751B Ochre

📋 copy color: '#D5751B'

red 213 ◦ green 117 ◦ blue 27

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

Shades of Ochre #D5751B

Tints of Ochre #D5751B

RGB

 RED value IS 213 (83.59% from 255) = 59.66%

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

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

R = 59.66%
G = 32.77%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5751B (or 0xD5751B) is known color: Ochre. HEX triplet: D5, 75 and 1B. RGB value is (213,117,27). Sum of RGB (Red+Green+Blue) = 213+117+27=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5751B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5751B is #2A8AE4. Grayscale: #878787. Windows color (decimal): -2788069 or 1799637. OLE color: 1799637.

HSL color Cylindrical-coordinate representation of color #D5751B: hue angle of 29.03º degrees, saturation: 0.77, 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 #D5751B is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 117 27 -
CMYK 0 0.45 0.87 0.16
HSL 29.03º 0.78% 0.47% -
HSV(B) 29.03º 0.87% 0.84% -
XYZ 34 26.95 4.45 -
YUV 135.44 66.8 183.32 -
System Red Green Blue C M Y K H S L
Decimal 213 117 27 0 0.45 0.87 0.16 29.03 0.78 0.47
Hex D5 75 1B 0 2D 57 10 1D 4E 2F
Octal 325 165 33 0 55 127 20 35 116 57
Binary 11010101 1110101 11011 0 101101 1010111 10000 11101 1001110 101111

Color Harmonies of #D5751B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5751B

Black with #D5751B

Text Example


Text Example

White with #D5751B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5751B; }

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

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

background-color css

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

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

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

border-color css

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

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

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