Html Css Color HEX #D67B24 Ochre

📋 copy color: '#D67B24'

red 214 ◦ green 123 ◦ blue 36

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

Shades of Ochre #D67B24

Tints of Ochre #D67B24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.65%

R = 57.37%
G = 32.98%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D67B24 (or 0xD67B24) is known color: Ochre. HEX triplet: D6, 7B and 24. RGB value is (214,123,36). Sum of RGB (Red+Green+Blue) = 214+123+36=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67B24 is #2984DB. Grayscale: #8C8C8C. Windows color (decimal): -2720988 or 2390998. OLE color: 2390998.

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

Color convert

RGB 214 123 36 -
CMYK 0 0.43 0.83 0.16
HSL 29.33º 0.71% 0.49% -
HSV(B) 29.33º 0.83% 0.84% -
XYZ 35.13 28.59 5.34 -
YUV 140.29 69.15 180.57 -
System Red Green Blue C M Y K H S L
Decimal 214 123 36 0 0.43 0.83 0.16 29.33 0.71 0.49
Hex D6 7B 24 0 2B 53 10 1D 47 31
Octal 326 173 44 0 53 123 20 35 107 61
Binary 11010110 1111011 100100 0 101011 1010011 10000 11101 1000111 110001

Color Harmonies of #D67B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67B24

Black with #D67B24

Text Example


Text Example

White with #D67B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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