Html Css Color HEX #D08023 Ochre

📋 copy color: '#D08023'

red 208 ◦ green 128 ◦ blue 35

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

Shades of Ochre #D08023

Tints of Ochre #D08023

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.5%

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

R = 56.06%
G = 34.5%
B = 9.43%

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

#D08023 (or 0xD08023) is known color: Ochre. HEX triplet: D0, 80 and 23. RGB value is (208,128,35). Sum of RGB (Red+Green+Blue) = 208+128+35=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D08023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08023 is #2F7FDC. Grayscale: #8D8D8D. Windows color (decimal): -3112925 or 2326736. OLE color: 2326736.

HSL color Cylindrical-coordinate representation of color #D08023: hue angle of 32.25º 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 #D08023 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 35 -
CMYK 0 0.38 0.83 0.18
HSL 32.25º 0.71% 0.48% -
HSV(B) 32.25º 0.83% 0.82% -
XYZ 34.03 28.97 5.39 -
YUV 141.32 68 175.56 -
System Red Green Blue C M Y K H S L
Decimal 208 128 35 0 0.38 0.83 0.18 32.25 0.71 0.48
Hex D0 80 23 0 26 53 12 20 47 30
Octal 320 200 43 0 46 123 22 40 107 60
Binary 11010000 10000000 100011 0 100110 1010011 10010 100000 1000111 110000

Color Harmonies of #D08023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08023

Black with #D08023

Text Example


Text Example

White with #D08023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08023; }

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

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

background-color css

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

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

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

border-color css

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

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

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