Html Css Color HEX #D07B23 Ochre

📋 copy color: '#D07B23'

red 208 ◦ green 123 ◦ blue 35

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

Shades of Ochre #D07B23

Tints of Ochre #D07B23

RGB

 RED value IS 208 (81.64% from 255) = 56.83%

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

 BLUE value IS 35 (14.06% from 255) = 9.56%

R = 56.83%
G = 33.61%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D07B23 (or 0xD07B23) is known color: Ochre. HEX triplet: D0, 7B and 23. RGB value is (208,123,35). Sum of RGB (Red+Green+Blue) = 208+123+35=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 35 (14.06% from 255 or 9.56% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07B23 is #2F84DC. Grayscale: #8A8A8A. Windows color (decimal): -3114205 or 2325456. OLE color: 2325456.

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

Color convert

RGB 208 123 35 -
CMYK 0 0.41 0.83 0.18
HSL 30.52º 0.71% 0.48% -
HSV(B) 30.52º 0.83% 0.82% -
XYZ 33.4 27.7 5.18 -
YUV 138.38 69.66 177.66 -
System Red Green Blue C M Y K H S L
Decimal 208 123 35 0 0.41 0.83 0.18 30.52 0.71 0.48
Hex D0 7B 23 0 29 53 12 1F 47 30
Octal 320 173 43 0 51 123 22 37 107 60
Binary 11010000 1111011 100011 0 101001 1010011 10010 11111 1000111 110000

Color Harmonies of #D07B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07B23

Black with #D07B23

Text Example


Text Example

White with #D07B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07B23; }

 p { color: rgb(208,123,35); }

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

background-color css

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

 a { background-color: rgb(208,123,35); }

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

border-color css

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

 span { border-color: rgb(208,123,35); }

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