Html Css Color HEX #D77B10 Ochre

📋 copy color: '#D77B10'

red 215 ◦ green 123 ◦ blue 16

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

Shades of Ochre #D77B10

Tints of Ochre #D77B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.52%

R = 60.73%
G = 34.75%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D77B10 (or 0xD77B10) is known color: Ochre. HEX triplet: D7, 7B and 10. RGB value is (215,123,16). Sum of RGB (Red+Green+Blue) = 215+123+16=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77B10 is #2884EF. Grayscale: #8A8A8A. Windows color (decimal): -2655472 or 1080279. OLE color: 1080279.

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

Color convert

RGB 215 123 16 -
CMYK 0 0.43 0.93 0.16
HSL 32.26º 0.86% 0.45% -
HSV(B) 32.26º 0.93% 0.84% -
XYZ 35.2 28.65 4.17 -
YUV 138.31 58.98 182.7 -
System Red Green Blue C M Y K H S L
Decimal 215 123 16 0 0.43 0.93 0.16 32.26 0.86 0.45
Hex D7 7B 10 0 2B 5D 10 20 56 2D
Octal 327 173 20 0 53 135 20 40 126 55
Binary 11010111 1111011 10000 0 101011 1011101 10000 100000 1010110 101101

Color Harmonies of #D77B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77B10

Black with #D77B10

Text Example


Text Example

White with #D77B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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