Html Css Color HEX #D69700 Gamboge

📋 copy color: '#D69700'

red 214 ◦ green 151 ◦ blue 0

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

Shades of Gamboge #D69700

Tints of Gamboge #D69700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.63%
G = 41.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D69700 (or 0xD69700) is known color: Gamboge. HEX triplet: D6, 97 and 00. RGB value is (214,151,0). Sum of RGB (Red+Green+Blue) = 214+151+0=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D69700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69700 is #2968FF. Grayscale: #999999. Windows color (decimal): -2713856 or 38870. OLE color: 38870.

HSL color Cylindrical-coordinate representation of color #D69700: hue angle of 42.34º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D69700 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 151 0 -
CMYK 0 0.29 1 0.16
HSL 42.34º 1% 0.42% -
HSV(B) 42.34º 1% 0.84% -
XYZ 38.8 36.43 4.99 -
YUV 152.62 41.87 171.78 -
System Red Green Blue C M Y K H S L
Decimal 214 151 0 0 0.29 1 0.16 42.34 1 0.42
Hex D6 97 0 0 1D 64 10 2A 64 2A
Octal 326 227 0 0 35 144 20 52 144 52
Binary 11010110 10010111 0 0 11101 1100100 10000 101010 1100100 101010

Color Harmonies of #D69700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69700

Black with #D69700

Text Example


Text Example

White with #D69700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69700; }

 p { color: rgb(214,151,0); }

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

background-color css

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

 a { background-color: rgb(214,151,0); }

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

border-color css

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

 span { border-color: rgb(214,151,0); }

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