Html Css Color HEX #D69608 Gamboge

📋 copy color: '#D69608'

red 214 ◦ green 150 ◦ blue 8

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

Shades of Gamboge #D69608

Tints of Gamboge #D69608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.15%

R = 57.53%
G = 40.32%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D69608 (or 0xD69608) is known color: Gamboge. HEX triplet: D6, 96 and 08. RGB value is (214,150,8). Sum of RGB (Red+Green+Blue) = 214+150+8=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D69608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69608 is #2969F7. Grayscale: #999999. Windows color (decimal): -2714104 or 562902. OLE color: 562902.

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

Color convert

RGB 214 150 8 -
CMYK 0 0.30 0.96 0.16
HSL 41.36º 0.93% 0.44% -
HSV(B) 41.36º 0.96% 0.84% -
XYZ 38.68 36.13 5.16 -
YUV 152.95 46.2 171.55 -
System Red Green Blue C M Y K H S L
Decimal 214 150 8 0 0.30 0.96 0.16 41.36 0.93 0.44
Hex D6 96 8 0 1E 60 10 29 5D 2C
Octal 326 226 10 0 36 140 20 51 135 54
Binary 11010110 10010110 1000 0 11110 1100000 10000 101001 1011101 101100

Color Harmonies of #D69608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69608

Black with #D69608

Text Example


Text Example

White with #D69608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69608; }

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

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

background-color css

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

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

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

border-color css

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

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

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