Html Css Color HEX #D69908 Gamboge

📋 copy color: '#D69908'

red 214 ◦ green 153 ◦ blue 8

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

Shades of Gamboge #D69908

Tints of Gamboge #D69908

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.8%

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

R = 57.07%
G = 40.8%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D69908 (or 0xD69908) is known color: Gamboge. HEX triplet: D6, 99 and 08. RGB value is (214,153,8). Sum of RGB (Red+Green+Blue) = 214+153+8=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D69908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69908 is #2966F7. Grayscale: #9B9B9B. Windows color (decimal): -2713336 or 563670. OLE color: 563670.

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

Color convert

RGB 214 153 8 -
CMYK 0 0.29 0.96 0.16
HSL 42.23º 0.93% 0.44% -
HSV(B) 42.23º 0.96% 0.84% -
XYZ 39.17 37.1 5.33 -
YUV 154.71 45.21 170.29 -
System Red Green Blue C M Y K H S L
Decimal 214 153 8 0 0.29 0.96 0.16 42.23 0.93 0.44
Hex D6 99 8 0 1D 60 10 2A 5D 2C
Octal 326 231 10 0 35 140 20 52 135 54
Binary 11010110 10011001 1000 0 11101 1100000 10000 101010 1011101 101100

Color Harmonies of #D69908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69908

Black with #D69908

Text Example


Text Example

White with #D69908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69908; }

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

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

background-color css

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

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

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

border-color css

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

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

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