Html Css Color HEX #D69B5A Porsche

📋 copy color: '#D69B5A'

red 214 ◦ green 155 ◦ blue 90

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

Shades of Porsche #D69B5A

Tints of Porsche #D69B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.61%

R = 46.62%
G = 33.77%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D69B5A (or 0xD69B5A) is known color: Porsche. HEX triplet: D6, 9B and 5A. RGB value is (214,155,90). Sum of RGB (Red+Green+Blue) = 214+155+90=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69B5A is #2964A5. Grayscale: #A5A5A5. Windows color (decimal): -2712742 or 5938134. OLE color: 5938134.

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

Color convert

RGB 214 155 90 -
CMYK 0 0.28 0.58 0.16
HSL 31.45º 0.6% 0.6% -
HSV(B) 31.45º 0.58% 0.84% -
XYZ 41.3 38.48 14.92 -
YUV 165.23 85.55 162.79 -
System Red Green Blue C M Y K H S L
Decimal 214 155 90 0 0.28 0.58 0.16 31.45 0.6 0.6
Hex D6 9B 5A 0 1C 3A 10 1F 3C 3C
Octal 326 233 132 0 34 72 20 37 74 74
Binary 11010110 10011011 1011010 0 11100 111010 10000 11111 111100 111100

Color Harmonies of #D69B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69B5A

Black with #D69B5A

Text Example


Text Example

White with #D69B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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