Html Css Color HEX #D69A0C Gamboge

📋 copy color: '#D69A0C'

red 214 ◦ green 154 ◦ blue 12

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

Shades of Gamboge #D69A0C

Tints of Gamboge #D69A0C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.53%

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

R = 56.32%
G = 40.53%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D69A0C (or 0xD69A0C) is known color: Gamboge. HEX triplet: D6, 9A and 0C. RGB value is (214,154,12). Sum of RGB (Red+Green+Blue) = 214+154+12=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69A0C is #2965F3. Grayscale: #9C9C9C. Windows color (decimal): -2713076 or 826070. OLE color: 826070.

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

Color convert

RGB 214 154 12 -
CMYK 0 0.28 0.94 0.16
HSL 42.18º 0.89% 0.44% -
HSV(B) 42.18º 0.94% 0.84% -
XYZ 39.35 37.43 5.5 -
YUV 155.75 46.88 169.55 -
System Red Green Blue C M Y K H S L
Decimal 214 154 12 0 0.28 0.94 0.16 42.18 0.89 0.44
Hex D6 9A C 0 1C 5E 10 2A 59 2C
Octal 326 232 14 0 34 136 20 52 131 54
Binary 11010110 10011010 1100 0 11100 1011110 10000 101010 1011001 101100

Color Harmonies of #D69A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A0C

Black with #D69A0C

Text Example


Text Example

White with #D69A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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