Html Css Color HEX #D27B28 Ochre

📋 copy color: '#D27B28'

red 210 ◦ green 123 ◦ blue 40

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

Shades of Ochre #D27B28

Tints of Ochre #D27B28

RGB

 RED value IS 210 (82.42% from 255) = 56.3%

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

 BLUE value IS 40 (16.02% from 255) = 10.72%

R = 56.3%
G = 32.98%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D27B28 (or 0xD27B28) is known color: Ochre. HEX triplet: D2, 7B and 28. RGB value is (210,123,40). Sum of RGB (Red+Green+Blue) = 210+123+40=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27B28 is #2D84D7. Grayscale: #8B8B8B. Windows color (decimal): -2983128 or 2653138. OLE color: 2653138.

HSL color Cylindrical-coordinate representation of color #D27B28: hue angle of 29.29º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D27B28 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 123 40 -
CMYK 0 0.41 0.81 0.18
HSL 29.29º 0.68% 0.49% -
HSV(B) 29.29º 0.81% 0.82% -
XYZ 34.04 28.02 5.62 -
YUV 139.55 71.82 178.25 -
System Red Green Blue C M Y K H S L
Decimal 210 123 40 0 0.41 0.81 0.18 29.29 0.68 0.49
Hex D2 7B 28 0 29 51 12 1D 44 31
Octal 322 173 50 0 51 121 22 35 104 61
Binary 11010010 1111011 101000 0 101001 1010001 10010 11101 1000100 110001

Color Harmonies of #D27B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27B28

Black with #D27B28

Text Example


Text Example

White with #D27B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27B28; }

 p { color: rgb(210,123,40); }

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

background-color css

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

 a { background-color: rgb(210,123,40); }

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

border-color css

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

 span { border-color: rgb(210,123,40); }

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