Html Css Color HEX #D69F0C Gamboge

📋 copy color: '#D69F0C'

red 214 ◦ green 159 ◦ blue 12

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

Shades of Gamboge #D69F0C

Tints of Gamboge #D69F0C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.3%

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

R = 55.58%
G = 41.3%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D69F0C (or 0xD69F0C) is known color: Gamboge. HEX triplet: D6, 9F and 0C. RGB value is (214,159,12). Sum of RGB (Red+Green+Blue) = 214+159+12=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69F0C is #2960F3. Grayscale: #9F9F9F. Windows color (decimal): -2711796 or 827350. OLE color: 827350.

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

Color convert

RGB 214 159 12 -
CMYK 0 0.26 0.94 0.16
HSL 43.66º 0.89% 0.44% -
HSV(B) 43.66º 0.94% 0.84% -
XYZ 40.2 39.12 5.78 -
YUV 158.69 45.22 167.45 -
System Red Green Blue C M Y K H S L
Decimal 214 159 12 0 0.26 0.94 0.16 43.66 0.89 0.44
Hex D6 9F C 0 1A 5E 10 2C 59 2C
Octal 326 237 14 0 32 136 20 54 131 54
Binary 11010110 10011111 1100 0 11010 1011110 10000 101100 1011001 101100

Color Harmonies of #D69F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69F0C

Black with #D69F0C

Text Example


Text Example

White with #D69F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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