Html Css Color HEX #D07B5B Japonica

📋 copy color: '#D07B5B'

red 208 ◦ green 123 ◦ blue 91

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

Shades of Japonica #D07B5B

Tints of Japonica #D07B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.56%

R = 49.29%
G = 29.15%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D07B5B (or 0xD07B5B) is known color: Japonica. HEX triplet: D0, 7B and 5B. RGB value is (208,123,91). Sum of RGB (Red+Green+Blue) = 208+123+91=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07B5B is #2F84A4. Grayscale: #909090. Windows color (decimal): -3114149 or 5995472. OLE color: 5995472.

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

Color convert

RGB 208 123 91 -
CMYK 0 0.41 0.56 0.18
HSL 16.41º 0.55% 0.59% -
HSV(B) 16.41º 0.56% 0.82% -
XYZ 34.98 28.33 13.52 -
YUV 144.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 208 123 91 0 0.41 0.56 0.18 16.41 0.55 0.59
Hex D0 7B 5B 0 29 38 12 10 37 3B
Octal 320 173 133 0 51 70 22 20 67 73
Binary 11010000 1111011 1011011 0 101001 111000 10010 10000 110111 111011

Color Harmonies of #D07B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07B5B

Black with #D07B5B

Text Example


Text Example

White with #D07B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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