Html Css Color HEX #D07B53 Japonica

📋 copy color: '#D07B53'

red 208 ◦ green 123 ◦ blue 83

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

Shades of Japonica #D07B53

Tints of Japonica #D07B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.05%

R = 50.24%
G = 29.71%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D07B53 (or 0xD07B53) is known color: Japonica. HEX triplet: D0, 7B and 53. RGB value is (208,123,83). Sum of RGB (Red+Green+Blue) = 208+123+83=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07B53 is #2F84AC. Grayscale: #909090. Windows color (decimal): -3114157 or 5471184. OLE color: 5471184.

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

Color convert

RGB 208 123 83 -
CMYK 0 0.41 0.60 0.18
HSL 19.2º 0.57% 0.57% -
HSV(B) 19.2º 0.6% 0.82% -
XYZ 34.66 28.2 11.8 -
YUV 143.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 208 123 83 0 0.41 0.60 0.18 19.2 0.57 0.57
Hex D0 7B 53 0 29 3C 12 13 39 39
Octal 320 173 123 0 51 74 22 23 71 71
Binary 11010000 1111011 1010011 0 101001 111100 10010 10011 111001 111001

Color Harmonies of #D07B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07B53

Black with #D07B53

Text Example


Text Example

White with #D07B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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