Html Css Color HEX #D69D08 Gamboge

📋 copy color: '#D69D08'

red 214 ◦ green 157 ◦ blue 8

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

Shades of Gamboge #D69D08

Tints of Gamboge #D69D08

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.42%

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

R = 56.46%
G = 41.42%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D69D08 (or 0xD69D08) is known color: Gamboge. HEX triplet: D6, 9D and 08. RGB value is (214,157,8). Sum of RGB (Red+Green+Blue) = 214+157+8=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69D08 is #2962F7. Grayscale: #9D9D9D. Windows color (decimal): -2712312 or 564694. OLE color: 564694.

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

Color convert

RGB 214 157 8 -
CMYK 0 0.27 0.96 0.16
HSL 43.4º 0.93% 0.44% -
HSV(B) 43.4º 0.96% 0.84% -
XYZ 39.83 38.43 5.55 -
YUV 157.06 43.88 168.62 -
System Red Green Blue C M Y K H S L
Decimal 214 157 8 0 0.27 0.96 0.16 43.4 0.93 0.44
Hex D6 9D 8 0 1B 60 10 2B 5D 2C
Octal 326 235 10 0 33 140 20 53 135 54
Binary 11010110 10011101 1000 0 11011 1100000 10000 101011 1011101 101100

Color Harmonies of #D69D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69D08

Black with #D69D08

Text Example


Text Example

White with #D69D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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