Html Css Color HEX #D69817 Gamboge

📋 copy color: '#D69817'

red 214 ◦ green 152 ◦ blue 23

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

Shades of Gamboge #D69817

Tints of Gamboge #D69817

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.07%

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

R = 55.01%
G = 39.07%
B = 5.91%

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

#D69817 (or 0xD69817) is known color: Gamboge. HEX triplet: D6, 98 and 17. RGB value is (214,152,23). Sum of RGB (Red+Green+Blue) = 214+152+23=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D69817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69817 is #2967E8. Grayscale: #9C9C9C. Windows color (decimal): -2713577 or 1546454. OLE color: 1546454.

HSL color Cylindrical-coordinate representation of color #D69817: hue angle of 40.52º 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 #D69817 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 152 23 -
CMYK 0 0.29 0.89 0.16
HSL 40.52º 0.81% 0.46% -
HSV(B) 40.52º 0.89% 0.84% -
XYZ 39.11 36.81 5.85 -
YUV 155.83 53.04 169.49 -
System Red Green Blue C M Y K H S L
Decimal 214 152 23 0 0.29 0.89 0.16 40.52 0.81 0.46
Hex D6 98 17 0 1D 59 10 29 51 2E
Octal 326 230 27 0 35 131 20 51 121 56
Binary 11010110 10011000 10111 0 11101 1011001 10000 101001 1010001 101110

Color Harmonies of #D69817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69817

Black with #D69817

Text Example


Text Example

White with #D69817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69817; }

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

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

background-color css

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

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

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

border-color css

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

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

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