Html Css Color HEX #D69007 Gamboge

📋 copy color: '#D69007'

red 214 ◦ green 144 ◦ blue 7

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

Shades of Gamboge #D69007

Tints of Gamboge #D69007

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.45%

 BLUE value IS 7 (3.13% from 255) = 1.92%

R = 58.63%
G = 39.45%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D69007 (or 0xD69007) is known color: Gamboge. HEX triplet: D6, 90 and 07. RGB value is (214,144,7). Sum of RGB (Red+Green+Blue) = 214+144+7=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 7 (3.12% from 255 or 1.92% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D69007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69007 is #296FF8. Grayscale: #959595. Windows color (decimal): -2715641 or 495830. OLE color: 495830.

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

Color convert

RGB 214 144 7 -
CMYK 0 0.33 0.97 0.16
HSL 39.71º 0.94% 0.43% -
HSV(B) 39.71º 0.97% 0.84% -
XYZ 37.74 34.26 4.82 -
YUV 149.31 47.69 174.14 -
System Red Green Blue C M Y K H S L
Decimal 214 144 7 0 0.33 0.97 0.16 39.71 0.94 0.43
Hex D6 90 7 0 21 61 10 28 5E 2B
Octal 326 220 7 0 41 141 20 50 136 53
Binary 11010110 10010000 111 0 100001 1100001 10000 101000 1011110 101011

Color Harmonies of #D69007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69007

Black with #D69007

Text Example


Text Example

White with #D69007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69007; }

 p { color: rgb(214,144,7); }

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

background-color css

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

 a { background-color: rgb(214,144,7); }

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

border-color css

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

 span { border-color: rgb(214,144,7); }

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