Html Css Color HEX #D69601 Gamboge

📋 copy color: '#D69601'

red 214 ◦ green 150 ◦ blue 1

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

Shades of Gamboge #D69601

Tints of Gamboge #D69601

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.1%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 58.63%
G = 41.1%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D69601 (or 0xD69601) is known color: Gamboge. HEX triplet: D6, 96 and 01. RGB value is (214,150,1). Sum of RGB (Red+Green+Blue) = 214+150+1=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D69601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69601 is #2969FE. Grayscale: #989898. Windows color (decimal): -2714111 or 104150. OLE color: 104150.

HSL color Cylindrical-coordinate representation of color #D69601: hue angle of 41.97º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D69601 is Cyan = 0, Magento = 0.30, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 1 -
CMYK 0 0.30 1.00 0.16
HSL 41.97º 0.99% 0.42% -
HSV(B) 41.97º 1% 0.84% -
XYZ 38.64 36.11 4.96 -
YUV 152.15 42.7 172.12 -
System Red Green Blue C M Y K H S L
Decimal 214 150 1 0 0.30 1.00 0.16 41.97 0.99 0.42
Hex D6 96 1 0 1E 64 10 2A 63 2A
Octal 326 226 1 0 36 144 20 52 143 52
Binary 11010110 10010110 1 0 11110 1100100 10000 101010 1100011 101010

Color Harmonies of #D69601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69601

Black with #D69601

Text Example


Text Example

White with #D69601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69601; }

 p { color: rgb(214,150,1); }

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

background-color css

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

 a { background-color: rgb(214,150,1); }

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

border-color css

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

 span { border-color: rgb(214,150,1); }

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