Html Css Color HEX #DAA369 Porsche

📋 copy color: '#DAA369'

red 218 ◦ green 163 ◦ blue 105

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

Shades of Porsche #DAA369

Tints of Porsche #DAA369

RGB

 RED value IS 218 (85.55% from 255) = 44.86%

 GREEN value IS 163 (64.06% from 255) = 33.54%

 BLUE value IS 105 (41.41% from 255) = 21.6%

R = 44.86%
G = 33.54%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DAA369 (or 0xDAA369) is known color: Porsche. HEX triplet: DA, A3 and 69. RGB value is (218,163,105). Sum of RGB (Red+Green+Blue) = 218+163+105=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA369 is #255C96. Grayscale: #ADADAD. Windows color (decimal): -2448535 or 6923226. OLE color: 6923226.

HSL color Cylindrical-coordinate representation of color #DAA369: hue angle of 30.8º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAA369 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 163 105 -
CMYK 0 0.25 0.52 0.15
HSL 30.8º 0.6% 0.63% -
HSV(B) 30.8º 0.52% 0.85% -
XYZ 44.56 42.12 19.15 -
YUV 172.83 89.72 160.22 -
System Red Green Blue C M Y K H S L
Decimal 218 163 105 0 0.25 0.52 0.15 30.8 0.6 0.63
Hex DA A3 69 0 19 34 F 1F 3C 3F
Octal 332 243 151 0 31 64 17 37 74 77
Binary 11011010 10100011 1101001 0 11001 110100 1111 11111 111100 111111

Color Harmonies of #DAA369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA369

Black with #DAA369

Text Example


Text Example

White with #DAA369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA369; }

 p { color: rgb(218,163,105); }

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

background-color css

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

 a { background-color: rgb(218,163,105); }

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

border-color css

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

 span { border-color: rgb(218,163,105); }

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