Html Css Color HEX #D68025 Ochre

📋 copy color: '#D68025'

red 214 ◦ green 128 ◦ blue 37

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

Shades of Ochre #D68025

Tints of Ochre #D68025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.76%

R = 56.46%
G = 33.77%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D68025 (or 0xD68025) is known color: Ochre. HEX triplet: D6, 80 and 25. RGB value is (214,128,37). Sum of RGB (Red+Green+Blue) = 214+128+37=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D68025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68025 is #297FDA. Grayscale: #8F8F8F. Windows color (decimal): -2719707 or 2457814. OLE color: 2457814.

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

Color convert

RGB 214 128 37 -
CMYK 0 0.40 0.83 0.16
HSL 30.85º 0.71% 0.49% -
HSV(B) 30.85º 0.83% 0.84% -
XYZ 35.78 29.87 5.63 -
YUV 143.34 67.99 178.4 -
System Red Green Blue C M Y K H S L
Decimal 214 128 37 0 0.40 0.83 0.16 30.85 0.71 0.49
Hex D6 80 25 0 28 53 10 1F 47 31
Octal 326 200 45 0 50 123 20 37 107 61
Binary 11010110 10000000 100101 0 101000 1010011 10000 11111 1000111 110001

Color Harmonies of #D68025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68025

Black with #D68025

Text Example


Text Example

White with #D68025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68025; }

 p { color: rgb(214,128,37); }

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

background-color css

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

 a { background-color: rgb(214,128,37); }

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

border-color css

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

 span { border-color: rgb(214,128,37); }

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