Html Css Color HEX #D69A08 Gamboge

📋 copy color: '#D69A08'

red 214 ◦ green 154 ◦ blue 8

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

Shades of Gamboge #D69A08

Tints of Gamboge #D69A08

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.96%

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

R = 56.91%
G = 40.96%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D69A08 (or 0xD69A08) is known color: Gamboge. HEX triplet: D6, 9A and 08. RGB value is (214,154,8). Sum of RGB (Red+Green+Blue) = 214+154+8=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69A08 is #2965F7. Grayscale: #9B9B9B. Windows color (decimal): -2713080 or 563926. OLE color: 563926.

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

Color convert

RGB 214 154 8 -
CMYK 0 0.28 0.96 0.16
HSL 42.52º 0.93% 0.44% -
HSV(B) 42.52º 0.96% 0.84% -
XYZ 39.33 37.42 5.38 -
YUV 155.3 44.88 169.87 -
System Red Green Blue C M Y K H S L
Decimal 214 154 8 0 0.28 0.96 0.16 42.52 0.93 0.44
Hex D6 9A 8 0 1C 60 10 2B 5D 2C
Octal 326 232 10 0 34 140 20 53 135 54
Binary 11010110 10011010 1000 0 11100 1100000 10000 101011 1011101 101100

Color Harmonies of #D69A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A08

Black with #D69A08

Text Example


Text Example

White with #D69A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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