Html Css Color HEX #D6801B Ochre

📋 copy color: '#D6801B'

red 214 ◦ green 128 ◦ blue 27

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

Shades of Ochre #D6801B

Tints of Ochre #D6801B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.32%

R = 57.99%
G = 34.69%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6801B (or 0xD6801B) is known color: Ochre. HEX triplet: D6, 80 and 1B. RGB value is (214,128,27). Sum of RGB (Red+Green+Blue) = 214+128+27=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D6801B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6801B is #297FE4. Grayscale: #8E8E8E. Windows color (decimal): -2719717 or 1802454. OLE color: 1802454.

HSL color Cylindrical-coordinate representation of color #D6801B: hue angle of 32.41º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6801B is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 27 -
CMYK 0 0.40 0.87 0.16
HSL 32.41º 0.78% 0.47% -
HSV(B) 32.41º 0.87% 0.84% -
XYZ 35.65 29.81 4.91 -
YUV 142.2 62.99 179.21 -
System Red Green Blue C M Y K H S L
Decimal 214 128 27 0 0.40 0.87 0.16 32.41 0.78 0.47
Hex D6 80 1B 0 28 57 10 20 4E 2F
Octal 326 200 33 0 50 127 20 40 116 57
Binary 11010110 10000000 11011 0 101000 1010111 10000 100000 1001110 101111

Color Harmonies of #D6801B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6801B

Black with #D6801B

Text Example


Text Example

White with #D6801B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6801B; }

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

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

background-color css

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

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

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

border-color css

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

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

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