Html Css Color HEX #D6692A Gold Drop

📋 copy color: '#D6692A'

red 214 ◦ green 105 ◦ blue 42

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

Shades of Gold Drop #D6692A

Tints of Gold Drop #D6692A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.09%

 BLUE value IS 42 (16.8% from 255) = 11.63%

R = 59.28%
G = 29.09%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6692A (or 0xD6692A) is known color: Gold Drop. HEX triplet: D6, 69 and 2A. RGB value is (214,105,42). Sum of RGB (Red+Green+Blue) = 214+105+42=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6692A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6692A is #2996D5. Grayscale: #828282. Windows color (decimal): -2725590 or 2779606. OLE color: 2779606.

HSL color Cylindrical-coordinate representation of color #D6692A: hue angle of 21.98º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6692A is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 105 42 -
CMYK 0 0.51 0.80 0.16
HSL 21.98º 0.68% 0.5% -
HSV(B) 21.98º 0.8% 0.84% -
XYZ 33.2 24.57 5.18 -
YUV 130.41 78.11 187.62 -
System Red Green Blue C M Y K H S L
Decimal 214 105 42 0 0.51 0.80 0.16 21.98 0.68 0.5
Hex D6 69 2A 0 33 50 10 16 44 32
Octal 326 151 52 0 63 120 20 26 104 62
Binary 11010110 1101001 101010 0 110011 1010000 10000 10110 1000100 110010

Color Harmonies of #D6692A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6692A

Black with #D6692A

Text Example


Text Example

White with #D6692A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6692A; }

 p { color: rgb(214,105,42); }

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

background-color css

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

 a { background-color: rgb(214,105,42); }

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

border-color css

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

 span { border-color: rgb(214,105,42); }

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