Html Css Color HEX #D67B13 Ochre

📋 copy color: '#D67B13'

red 214 ◦ green 123 ◦ blue 19

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

Shades of Ochre #D67B13

Tints of Ochre #D67B13

RGB

 RED value IS 214 (83.98% from 255) = 60.11%

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

 BLUE value IS 19 (7.81% from 255) = 5.34%

R = 60.11%
G = 34.55%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D67B13 (or 0xD67B13) is known color: Ochre. HEX triplet: D6, 7B and 13. RGB value is (214,123,19). Sum of RGB (Red+Green+Blue) = 214+123+19=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67B13 is #2984EC. Grayscale: #8A8A8A. Windows color (decimal): -2721005 or 1276886. OLE color: 1276886.

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

Color convert

RGB 214 123 19 -
CMYK 0 0.43 0.91 0.16
HSL 32º 0.84% 0.46% -
HSV(B) 32º 0.91% 0.84% -
XYZ 34.93 28.51 4.28 -
YUV 138.35 60.65 181.96 -
System Red Green Blue C M Y K H S L
Decimal 214 123 19 0 0.43 0.91 0.16 32 0.84 0.46
Hex D6 7B 13 0 2B 5B 10 20 54 2E
Octal 326 173 23 0 53 133 20 40 124 56
Binary 11010110 1111011 10011 0 101011 1011011 10000 100000 1010100 101110

Color Harmonies of #D67B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67B13

Black with #D67B13

Text Example


Text Example

White with #D67B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67B13; }

 p { color: rgb(214,123,19); }

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

background-color css

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

 a { background-color: rgb(214,123,19); }

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

border-color css

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

 span { border-color: rgb(214,123,19); }

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