Html Css Color HEX #D69000 Gamboge

📋 copy color: '#D69000'

red 214 ◦ green 144 ◦ blue 0

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

Shades of Gamboge #D69000

Tints of Gamboge #D69000

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.22%

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

R = 59.78%
G = 40.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D69000 (or 0xD69000) is known color: Gamboge. HEX triplet: D6, 90 and 00. RGB value is (214,144,0). Sum of RGB (Red+Green+Blue) = 214+144+0=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D69000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69000 is #296FFF. Grayscale: #959595. Windows color (decimal): -2715648 or 37078. OLE color: 37078.

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

Color convert

RGB 214 144 0 -
CMYK 0 0.33 1 0.16
HSL 40.37º 1% 0.42% -
HSV(B) 40.37º 1% 0.84% -
XYZ 37.7 34.24 4.62 -
YUV 148.51 44.19 174.71 -
System Red Green Blue C M Y K H S L
Decimal 214 144 0 0 0.33 1 0.16 40.37 1 0.42
Hex D6 90 0 0 21 64 10 28 64 2A
Octal 326 220 0 0 41 144 20 50 144 52
Binary 11010110 10010000 0 0 100001 1100100 10000 101000 1100100 101010

Color Harmonies of #D69000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69000

Black with #D69000

Text Example


Text Example

White with #D69000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69000; }

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

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

background-color css

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

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

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

border-color css

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

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

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