Html Css Color HEX #D69717 Gamboge

📋 copy color: '#D69717'

red 214 ◦ green 151 ◦ blue 23

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

Shades of Gamboge #D69717

Tints of Gamboge #D69717

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.92%

 BLUE value IS 23 (9.38% from 255) = 5.93%

R = 55.15%
G = 38.92%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D69717 (or 0xD69717) is known color: Gamboge. HEX triplet: D6, 97 and 17. RGB value is (214,151,23). Sum of RGB (Red+Green+Blue) = 214+151+23=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 23 (9.38% from 255 or 5.93% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D69717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69717 is #2968E8. Grayscale: #9B9B9B. Windows color (decimal): -2713833 or 1546198. OLE color: 1546198.

HSL color Cylindrical-coordinate representation of color #D69717: hue angle of 40.21º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D69717 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 151 23 -
CMYK 0 0.29 0.89 0.16
HSL 40.21º 0.81% 0.46% -
HSV(B) 40.21º 0.89% 0.84% -
XYZ 38.95 36.49 5.8 -
YUV 155.25 53.37 169.91 -
System Red Green Blue C M Y K H S L
Decimal 214 151 23 0 0.29 0.89 0.16 40.21 0.81 0.46
Hex D6 97 17 0 1D 59 10 28 51 2E
Octal 326 227 27 0 35 131 20 50 121 56
Binary 11010110 10010111 10111 0 11101 1011001 10000 101000 1010001 101110

Color Harmonies of #D69717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69717

Black with #D69717

Text Example


Text Example

White with #D69717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69717; }

 p { color: rgb(214,151,23); }

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

background-color css

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

 a { background-color: rgb(214,151,23); }

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

border-color css

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

 span { border-color: rgb(214,151,23); }

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