Html Css Color HEX #D69614 Gamboge

📋 copy color: '#D69614'

red 214 ◦ green 150 ◦ blue 20

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

Shades of Gamboge #D69614

Tints of Gamboge #D69614

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.06%

 BLUE value IS 20 (8.2% from 255) = 5.21%

R = 55.73%
G = 39.06%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D69614 (or 0xD69614) is known color: Gamboge. HEX triplet: D6, 96 and 14. RGB value is (214,150,20). Sum of RGB (Red+Green+Blue) = 214+150+20=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D69614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69614 is #2969EB. Grayscale: #9A9A9A. Windows color (decimal): -2714092 or 1349334. OLE color: 1349334.

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

Color convert

RGB 214 150 20 -
CMYK 0 0.30 0.91 0.16
HSL 40.21º 0.83% 0.46% -
HSV(B) 40.21º 0.91% 0.84% -
XYZ 38.76 36.16 5.6 -
YUV 154.32 52.2 170.57 -
System Red Green Blue C M Y K H S L
Decimal 214 150 20 0 0.30 0.91 0.16 40.21 0.83 0.46
Hex D6 96 14 0 1E 5B 10 28 53 2E
Octal 326 226 24 0 36 133 20 50 123 56
Binary 11010110 10010110 10100 0 11110 1011011 10000 101000 1010011 101110

Color Harmonies of #D69614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69614

Black with #D69614

Text Example


Text Example

White with #D69614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69614; }

 p { color: rgb(214,150,20); }

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

background-color css

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

 a { background-color: rgb(214,150,20); }

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

border-color css

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

 span { border-color: rgb(214,150,20); }

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