Html Css Color HEX #D69514 Gamboge

📋 copy color: '#D69514'

red 214 ◦ green 149 ◦ blue 20

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

Shades of Gamboge #D69514

Tints of Gamboge #D69514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.9%

 BLUE value IS 20 (8.2% from 255) = 5.22%

R = 55.87%
G = 38.9%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D69514 (or 0xD69514) is known color: Gamboge. HEX triplet: D6, 95 and 14. RGB value is (214,149,20). Sum of RGB (Red+Green+Blue) = 214+149+20=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D69514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69514 is #296AEB. Grayscale: #9A9A9A. Windows color (decimal): -2714348 or 1349078. OLE color: 1349078.

HSL color Cylindrical-coordinate representation of color #D69514: hue angle of 39.9º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D69514 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 20 -
CMYK 0 0.30 0.91 0.16
HSL 39.9º 0.83% 0.46% -
HSV(B) 39.9º 0.91% 0.84% -
XYZ 38.61 35.84 5.55 -
YUV 153.73 52.53 170.99 -
System Red Green Blue C M Y K H S L
Decimal 214 149 20 0 0.30 0.91 0.16 39.9 0.83 0.46
Hex D6 95 14 0 1E 5B 10 28 53 2E
Octal 326 225 24 0 36 133 20 50 123 56
Binary 11010110 10010101 10100 0 11110 1011011 10000 101000 1010011 101110

Color Harmonies of #D69514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69514

Black with #D69514

Text Example


Text Example

White with #D69514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69514; }

 p { color: rgb(214,149,20); }

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

background-color css

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

 a { background-color: rgb(214,149,20); }

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

border-color css

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

 span { border-color: rgb(214,149,20); }

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