Html Css Color HEX #D67B26 Ochre

📋 copy color: '#D67B26'

red 214 ◦ green 123 ◦ blue 38

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

Shades of Ochre #D67B26

Tints of Ochre #D67B26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.13%

R = 57.07%
G = 32.8%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D67B26 (or 0xD67B26) is known color: Ochre. HEX triplet: D6, 7B and 26. RGB value is (214,123,38). Sum of RGB (Red+Green+Blue) = 214+123+38=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67B26 is #2984D9. Grayscale: #8C8C8C. Windows color (decimal): -2720986 or 2522070. OLE color: 2522070.

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

Color convert

RGB 214 123 38 -
CMYK 0 0.43 0.82 0.16
HSL 28.98º 0.7% 0.49% -
HSV(B) 28.98º 0.82% 0.84% -
XYZ 35.16 28.6 5.5 -
YUV 140.52 70.15 180.41 -
System Red Green Blue C M Y K H S L
Decimal 214 123 38 0 0.43 0.82 0.16 28.98 0.7 0.49
Hex D6 7B 26 0 2B 52 10 1D 46 31
Octal 326 173 46 0 53 122 20 35 106 61
Binary 11010110 1111011 100110 0 101011 1010010 10000 11101 1000110 110001

Color Harmonies of #D67B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67B26

Black with #D67B26

Text Example


Text Example

White with #D67B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67B26; }

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

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

background-color css

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

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

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

border-color css

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

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

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