Html Css Color HEX #D67B1D Ochre

📋 copy color: '#D67B1D'

red 214 ◦ green 123 ◦ blue 29

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

Shades of Ochre #D67B1D

Tints of Ochre #D67B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.92%

R = 58.47%
G = 33.61%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D67B1D (or 0xD67B1D) is known color: Ochre. HEX triplet: D6, 7B and 1D. RGB value is (214,123,29). Sum of RGB (Red+Green+Blue) = 214+123+29=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67B1D is #2984E2. Grayscale: #8B8B8B. Windows color (decimal): -2720995 or 1932246. OLE color: 1932246.

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

Color convert

RGB 214 123 29 -
CMYK 0 0.43 0.86 0.16
HSL 30.49º 0.76% 0.48% -
HSV(B) 30.49º 0.86% 0.84% -
XYZ 35.04 28.55 4.83 -
YUV 139.49 65.65 181.14 -
System Red Green Blue C M Y K H S L
Decimal 214 123 29 0 0.43 0.86 0.16 30.49 0.76 0.48
Hex D6 7B 1D 0 2B 56 10 1E 4C 30
Octal 326 173 35 0 53 126 20 36 114 60
Binary 11010110 1111011 11101 0 101011 1010110 10000 11110 1001100 110000

Color Harmonies of #D67B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67B1D

Black with #D67B1D

Text Example


Text Example

White with #D67B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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