Html Css Color HEX #D77B17 Ochre

📋 copy color: '#D77B17'

red 215 ◦ green 123 ◦ blue 23

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

Shades of Ochre #D77B17

Tints of Ochre #D77B17

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.07%

 BLUE value IS 23 (9.38% from 255) = 6.37%

R = 59.56%
G = 34.07%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D77B17 (or 0xD77B17) is known color: Ochre. HEX triplet: D7, 7B and 17. RGB value is (215,123,23). Sum of RGB (Red+Green+Blue) = 215+123+23=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77B17 is #2884E8. Grayscale: #8B8B8B. Windows color (decimal): -2655465 or 1539031. OLE color: 1539031.

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

Color convert

RGB 215 123 23 -
CMYK 0 0.43 0.89 0.16
HSL 31.25º 0.81% 0.47% -
HSV(B) 31.25º 0.89% 0.84% -
XYZ 35.26 28.67 4.49 -
YUV 139.11 62.48 182.13 -
System Red Green Blue C M Y K H S L
Decimal 215 123 23 0 0.43 0.89 0.16 31.25 0.81 0.47
Hex D7 7B 17 0 2B 59 10 1F 51 2F
Octal 327 173 27 0 53 131 20 37 121 57
Binary 11010111 1111011 10111 0 101011 1011001 10000 11111 1010001 101111

Color Harmonies of #D77B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77B17

Black with #D77B17

Text Example


Text Example

White with #D77B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77B17; }

 p { color: rgb(215,123,23); }

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

background-color css

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

 a { background-color: rgb(215,123,23); }

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

border-color css

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

 span { border-color: rgb(215,123,23); }

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