Html Css Color HEX #D09712 Gamboge

📋 copy color: '#D09712'

red 208 ◦ green 151 ◦ blue 18

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

Shades of Gamboge #D09712

Tints of Gamboge #D09712

RGB

 RED value IS 208 (81.64% from 255) = 55.17%

 GREEN value IS 151 (59.38% from 255) = 40.05%

 BLUE value IS 18 (7.42% from 255) = 4.77%

R = 55.17%
G = 40.05%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D09712 (or 0xD09712) is known color: Gamboge. HEX triplet: D0, 97 and 12. RGB value is (208,151,18). Sum of RGB (Red+Green+Blue) = 208+151+18=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D09712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09712 is #2F68ED. Grayscale: #999999. Windows color (decimal): -3107054 or 1218512. OLE color: 1218512.

HSL color Cylindrical-coordinate representation of color #D09712: hue angle of 42º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D09712 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 151 18 -
CMYK 0 0.27 0.91 0.18
HSL 42º 0.84% 0.44% -
HSV(B) 42º 0.91% 0.82% -
XYZ 37.19 35.59 5.48 -
YUV 152.88 51.88 167.31 -
System Red Green Blue C M Y K H S L
Decimal 208 151 18 0 0.27 0.91 0.18 42 0.84 0.44
Hex D0 97 12 0 1B 5B 12 2A 54 2C
Octal 320 227 22 0 33 133 22 52 124 54
Binary 11010000 10010111 10010 0 11011 1011011 10010 101010 1010100 101100

Color Harmonies of #D09712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09712

Black with #D09712

Text Example


Text Example

White with #D09712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09712; }

 p { color: rgb(208,151,18); }

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

background-color css

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

 a { background-color: rgb(208,151,18); }

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

border-color css

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

 span { border-color: rgb(208,151,18); }

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