Html Css Color HEX #D69718 Gamboge

📋 copy color: '#D69718'

red 214 ◦ green 151 ◦ blue 24

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

Shades of Gamboge #D69718

Tints of Gamboge #D69718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.17%

R = 55.01%
G = 38.82%
B = 6.17%

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

#D69718 (or 0xD69718) is known color: Gamboge. HEX triplet: D6, 97 and 18. RGB value is (214,151,24). Sum of RGB (Red+Green+Blue) = 214+151+24=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D69718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69718 is #2968E7. Grayscale: #9B9B9B. Windows color (decimal): -2713832 or 1611734. OLE color: 1611734.

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

Color convert

RGB 214 151 24 -
CMYK 0 0.29 0.89 0.16
HSL 40.11º 0.8% 0.47% -
HSV(B) 40.11º 0.89% 0.84% -
XYZ 38.96 36.5 5.85 -
YUV 155.36 53.87 169.83 -
System Red Green Blue C M Y K H S L
Decimal 214 151 24 0 0.29 0.89 0.16 40.11 0.8 0.47
Hex D6 97 18 0 1D 59 10 28 50 2F
Octal 326 227 30 0 35 131 20 50 120 57
Binary 11010110 10010111 11000 0 11101 1011001 10000 101000 1010000 101111

Color Harmonies of #D69718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69718

Black with #D69718

Text Example


Text Example

White with #D69718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69718; }

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

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

background-color css

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

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

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

border-color css

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

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

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