Html Css Color HEX #D69C65 Porsche

📋 copy color: '#D69C65'

red 214 ◦ green 156 ◦ blue 101

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

Shades of Porsche #D69C65

Tints of Porsche #D69C65

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.12%

 BLUE value IS 101 (39.84% from 255) = 21.44%

R = 45.44%
G = 33.12%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D69C65 (or 0xD69C65) is known color: Porsche. HEX triplet: D6, 9C and 65. RGB value is (214,156,101). Sum of RGB (Red+Green+Blue) = 214+156+101=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69C65 is #29639A. Grayscale: #A7A7A7. Windows color (decimal): -2712475 or 6659286. OLE color: 6659286.

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

Color convert

RGB 214 156 101 -
CMYK 0 0.27 0.53 0.16
HSL 29.2º 0.58% 0.62% -
HSV(B) 29.2º 0.53% 0.84% -
XYZ 41.97 39.01 17.63 -
YUV 167.07 90.72 161.47 -
System Red Green Blue C M Y K H S L
Decimal 214 156 101 0 0.27 0.53 0.16 29.2 0.58 0.62
Hex D6 9C 65 0 1B 35 10 1D 3A 3E
Octal 326 234 145 0 33 65 20 35 72 76
Binary 11010110 10011100 1100101 0 11011 110101 10000 11101 111010 111110

Color Harmonies of #D69C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69C65

Black with #D69C65

Text Example


Text Example

White with #D69C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69C65; }

 p { color: rgb(214,156,101); }

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

background-color css

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

 a { background-color: rgb(214,156,101); }

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

border-color css

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

 span { border-color: rgb(214,156,101); }

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