Html Css Color HEX #D77B18 Ochre

📋 copy color: '#D77B18'

red 215 ◦ green 123 ◦ blue 24

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

Shades of Ochre #D77B18

Tints of Ochre #D77B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.63%

R = 59.39%
G = 33.98%
B = 6.63%

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

#D77B18 (or 0xD77B18) is known color: Ochre. HEX triplet: D7, 7B and 18. RGB value is (215,123,24). Sum of RGB (Red+Green+Blue) = 215+123+24=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77B18 is #2884E7. Grayscale: #8B8B8B. Windows color (decimal): -2655464 or 1604567. OLE color: 1604567.

HSL color Cylindrical-coordinate representation of color #D77B18: hue angle of 31.1º degrees, saturation: 0.8, 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 #D77B18 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 123 24 -
CMYK 0 0.43 0.89 0.16
HSL 31.1º 0.8% 0.47% -
HSV(B) 31.1º 0.89% 0.84% -
XYZ 35.27 28.68 4.54 -
YUV 139.22 62.98 182.05 -
System Red Green Blue C M Y K H S L
Decimal 215 123 24 0 0.43 0.89 0.16 31.1 0.8 0.47
Hex D7 7B 18 0 2B 59 10 1F 50 2F
Octal 327 173 30 0 53 131 20 37 120 57
Binary 11010111 1111011 11000 0 101011 1011001 10000 11111 1010000 101111

Color Harmonies of #D77B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77B18

Black with #D77B18

Text Example


Text Example

White with #D77B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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