Html Css Color HEX #D27922 Ochre

📋 copy color: '#D27922'

red 210 ◦ green 121 ◦ blue 34

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

Shades of Ochre #D27922

Tints of Ochre #D27922

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.15%

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

R = 57.53%
G = 33.15%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D27922 (or 0xD27922) is known color: Ochre. HEX triplet: D2, 79 and 22. RGB value is (210,121,34). Sum of RGB (Red+Green+Blue) = 210+121+34=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D27922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27922 is #2D86DD. Grayscale: #8A8A8A. Windows color (decimal): -2983646 or 2259410. OLE color: 2259410.

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

Color convert

RGB 210 121 34 -
CMYK 0 0.42 0.84 0.18
HSL 29.66º 0.72% 0.48% -
HSV(B) 29.66º 0.84% 0.82% -
XYZ 33.7 27.49 5.04 -
YUV 137.69 69.49 179.57 -
System Red Green Blue C M Y K H S L
Decimal 210 121 34 0 0.42 0.84 0.18 29.66 0.72 0.48
Hex D2 79 22 0 2A 54 12 1E 48 30
Octal 322 171 42 0 52 124 22 36 110 60
Binary 11010010 1111001 100010 0 101010 1010100 10010 11110 1001000 110000

Color Harmonies of #D27922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27922

Black with #D27922

Text Example


Text Example

White with #D27922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27922; }

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

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

background-color css

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

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

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

border-color css

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

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

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