Html Css Color HEX #D27D22 Ochre

📋 copy color: '#D27D22'

red 210 ◦ green 125 ◦ blue 34

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

Shades of Ochre #D27D22

Tints of Ochre #D27D22

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.88%

 BLUE value IS 34 (13.67% from 255) = 9.21%

R = 56.91%
G = 33.88%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D27D22 (or 0xD27D22) is known color: Ochre. HEX triplet: D2, 7D and 22. RGB value is (210,125,34). Sum of RGB (Red+Green+Blue) = 210+125+34=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27D22 is #2D82DD. Grayscale: #8C8C8C. Windows color (decimal): -2982622 or 2260434. OLE color: 2260434.

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

Color convert

RGB 210 125 34 -
CMYK 0 0.40 0.84 0.18
HSL 31.02º 0.72% 0.48% -
HSV(B) 31.02º 0.84% 0.82% -
XYZ 34.2 28.48 5.21 -
YUV 140.04 68.16 177.9 -
System Red Green Blue C M Y K H S L
Decimal 210 125 34 0 0.40 0.84 0.18 31.02 0.72 0.48
Hex D2 7D 22 0 28 54 12 1F 48 30
Octal 322 175 42 0 50 124 22 37 110 60
Binary 11010010 1111101 100010 0 101000 1010100 10010 11111 1001000 110000

Color Harmonies of #D27D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27D22

Black with #D27D22

Text Example


Text Example

White with #D27D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27D22; }

 p { color: rgb(210,125,34); }

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

background-color css

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

 a { background-color: rgb(210,125,34); }

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

border-color css

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

 span { border-color: rgb(210,125,34); }

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