Html Css Color HEX #D08123 Ochre

📋 copy color: '#D08123'

red 208 ◦ green 129 ◦ blue 35

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

Shades of Ochre #D08123

Tints of Ochre #D08123

RGB

 RED value IS 208 (81.64% from 255) = 55.91%

 GREEN value IS 129 (50.78% from 255) = 34.68%

 BLUE value IS 35 (14.06% from 255) = 9.41%

R = 55.91%
G = 34.68%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D08123 (or 0xD08123) is known color: Ochre. HEX triplet: D0, 81 and 23. RGB value is (208,129,35). Sum of RGB (Red+Green+Blue) = 208+129+35=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 35 (14.06% from 255 or 9.41% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D08123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08123 is #2F7EDC. Grayscale: #8E8E8E. Windows color (decimal): -3112669 or 2326992. OLE color: 2326992.

HSL color Cylindrical-coordinate representation of color #D08123: hue angle of 32.6º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D08123 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 129 35 -
CMYK 0 0.38 0.83 0.18
HSL 32.6º 0.71% 0.48% -
HSV(B) 32.6º 0.83% 0.82% -
XYZ 34.17 29.23 5.43 -
YUV 141.91 67.67 175.14 -
System Red Green Blue C M Y K H S L
Decimal 208 129 35 0 0.38 0.83 0.18 32.6 0.71 0.48
Hex D0 81 23 0 26 53 12 21 47 30
Octal 320 201 43 0 46 123 22 41 107 60
Binary 11010000 10000001 100011 0 100110 1010011 10010 100001 1000111 110000

Color Harmonies of #D08123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08123

Black with #D08123

Text Example


Text Example

White with #D08123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08123; }

 p { color: rgb(208,129,35); }

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

background-color css

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

 a { background-color: rgb(208,129,35); }

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

border-color css

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

 span { border-color: rgb(208,129,35); }

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