Html Css Color HEX #D6692F Gold Drop

📋 copy color: '#D6692F'

red 214 ◦ green 105 ◦ blue 47

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

Shades of Gold Drop #D6692F

Tints of Gold Drop #D6692F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.84%

R = 58.47%
G = 28.69%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6692F (or 0xD6692F) is known color: Gold Drop. HEX triplet: D6, 69 and 2F. RGB value is (214,105,47). Sum of RGB (Red+Green+Blue) = 214+105+47=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D6692F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6692F is #2996D0. Grayscale: #838383. Windows color (decimal): -2725585 or 3107286. OLE color: 3107286.

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

Color convert

RGB 214 105 47 -
CMYK 0 0.51 0.78 0.16
HSL 20.84º 0.67% 0.51% -
HSV(B) 20.84º 0.78% 0.84% -
XYZ 33.3 24.6 5.68 -
YUV 130.98 80.61 187.22 -
System Red Green Blue C M Y K H S L
Decimal 214 105 47 0 0.51 0.78 0.16 20.84 0.67 0.51
Hex D6 69 2F 0 33 4E 10 15 43 33
Octal 326 151 57 0 63 116 20 25 103 63
Binary 11010110 1101001 101111 0 110011 1001110 10000 10101 1000011 110011

Color Harmonies of #D6692F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6692F

Black with #D6692F

Text Example


Text Example

White with #D6692F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6692F; }

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

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

background-color css

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

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

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

border-color css

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

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

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