Html Css Color HEX #D69912 Gamboge

📋 copy color: '#D69912'

red 214 ◦ green 153 ◦ blue 18

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

Shades of Gamboge #D69912

Tints of Gamboge #D69912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.68%

R = 55.58%
G = 39.74%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D69912 (or 0xD69912) is known color: Gamboge. HEX triplet: D6, 99 and 12. RGB value is (214,153,18). Sum of RGB (Red+Green+Blue) = 214+153+18=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D69912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69912 is #2966ED. Grayscale: #9C9C9C. Windows color (decimal): -2713326 or 1219030. OLE color: 1219030.

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

Color convert

RGB 214 153 18 -
CMYK 0 0.29 0.92 0.16
HSL 41.33º 0.84% 0.45% -
HSV(B) 41.33º 0.92% 0.84% -
XYZ 39.23 37.12 5.67 -
YUV 155.85 50.21 169.48 -
System Red Green Blue C M Y K H S L
Decimal 214 153 18 0 0.29 0.92 0.16 41.33 0.84 0.45
Hex D6 99 12 0 1D 5C 10 29 54 2D
Octal 326 231 22 0 35 134 20 51 124 55
Binary 11010110 10011001 10010 0 11101 1011100 10000 101001 1010100 101101

Color Harmonies of #D69912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69912

Black with #D69912

Text Example


Text Example

White with #D69912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69912; }

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

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

background-color css

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

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

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

border-color css

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

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

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