Html Css Color HEX #D69B63 Porsche

📋 copy color: '#D69B63'

red 214 ◦ green 155 ◦ blue 99

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

Shades of Porsche #D69B63

Tints of Porsche #D69B63

RGB

 RED value IS 214 (83.98% from 255) = 45.73%

 GREEN value IS 155 (60.94% from 255) = 33.12%

 BLUE value IS 99 (39.06% from 255) = 21.15%

R = 45.73%
G = 33.12%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D69B63 (or 0xD69B63) is known color: Porsche. HEX triplet: D6, 9B and 63. RGB value is (214,155,99). Sum of RGB (Red+Green+Blue) = 214+155+99=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69B63 is #29649C. Grayscale: #A6A6A6. Windows color (decimal): -2712733 or 6527958. OLE color: 6527958.

HSL color Cylindrical-coordinate representation of color #D69B63: hue angle of 29.22º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D69B63 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 155 99 -
CMYK 0 0.28 0.54 0.16
HSL 29.22º 0.58% 0.61% -
HSV(B) 29.22º 0.54% 0.84% -
XYZ 41.71 38.64 17.06 -
YUV 166.26 90.05 162.05 -
System Red Green Blue C M Y K H S L
Decimal 214 155 99 0 0.28 0.54 0.16 29.22 0.58 0.61
Hex D6 9B 63 0 1C 36 10 1D 3A 3D
Octal 326 233 143 0 34 66 20 35 72 75
Binary 11010110 10011011 1100011 0 11100 110110 10000 11101 111010 111101

Color Harmonies of #D69B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69B63

Black with #D69B63

Text Example


Text Example

White with #D69B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69B63; }

 p { color: rgb(214,155,99); }

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

background-color css

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

 a { background-color: rgb(214,155,99); }

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

border-color css

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

 span { border-color: rgb(214,155,99); }

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