Html Css Color HEX #D69D0C Gamboge

📋 copy color: '#D69D0C'

red 214 ◦ green 157 ◦ blue 12

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

Shades of Gamboge #D69D0C

Tints of Gamboge #D69D0C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.99%

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 55.87%
G = 40.99%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D69D0C (or 0xD69D0C) is known color: Gamboge. HEX triplet: D6, 9D and 0C. RGB value is (214,157,12). Sum of RGB (Red+Green+Blue) = 214+157+12=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69D0C is #2962F3. Grayscale: #9E9E9E. Windows color (decimal): -2712308 or 826838. OLE color: 826838.

HSL color Cylindrical-coordinate representation of color #D69D0C: hue angle of 43.07º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D69D0C is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 157 12 -
CMYK 0 0.27 0.94 0.16
HSL 43.07º 0.89% 0.44% -
HSV(B) 43.07º 0.94% 0.84% -
XYZ 39.85 38.44 5.67 -
YUV 157.51 45.88 168.29 -
System Red Green Blue C M Y K H S L
Decimal 214 157 12 0 0.27 0.94 0.16 43.07 0.89 0.44
Hex D6 9D C 0 1B 5E 10 2B 59 2C
Octal 326 235 14 0 33 136 20 53 131 54
Binary 11010110 10011101 1100 0 11011 1011110 10000 101011 1011001 101100

Color Harmonies of #D69D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69D0C

Black with #D69D0C

Text Example


Text Example

White with #D69D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69D0C; }

 p { color: rgb(214,157,12); }

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

background-color css

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

 a { background-color: rgb(214,157,12); }

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

border-color css

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

 span { border-color: rgb(214,157,12); }

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