Html Css Color HEX #D69F0D Gamboge

📋 copy color: '#D69F0D'

red 214 ◦ green 159 ◦ blue 13

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

Shades of Gamboge #D69F0D

Tints of Gamboge #D69F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.37%

R = 55.44%
G = 41.19%
B = 3.37%

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

#D69F0D (or 0xD69F0D) is known color: Gamboge. HEX triplet: D6, 9F and 0D. RGB value is (214,159,13). Sum of RGB (Red+Green+Blue) = 214+159+13=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69F0D is #2960F2. Grayscale: #9F9F9F. Windows color (decimal): -2711795 or 892886. OLE color: 892886.

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

Color convert

RGB 214 159 13 -
CMYK 0 0.26 0.94 0.16
HSL 43.58º 0.89% 0.45% -
HSV(B) 43.58º 0.94% 0.84% -
XYZ 40.2 39.12 5.81 -
YUV 158.8 45.72 167.37 -
System Red Green Blue C M Y K H S L
Decimal 214 159 13 0 0.26 0.94 0.16 43.58 0.89 0.45
Hex D6 9F D 0 1A 5E 10 2C 59 2D
Octal 326 237 15 0 32 136 20 54 131 55
Binary 11010110 10011111 1101 0 11010 1011110 10000 101100 1011001 101101

Color Harmonies of #D69F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69F0D

Black with #D69F0D

Text Example


Text Example

White with #D69F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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