Html Css Color HEX #D0940C Gamboge

📋 copy color: '#D0940C'

red 208 ◦ green 148 ◦ blue 12

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

Shades of Gamboge #D0940C

Tints of Gamboge #D0940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.22%

 BLUE value IS 12 (5.08% from 255) = 3.26%

R = 56.52%
G = 40.22%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0940C (or 0xD0940C) is known color: Gamboge. HEX triplet: D0, 94 and 0C. RGB value is (208,148,12). Sum of RGB (Red+Green+Blue) = 208+148+12=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0940C is #2F6BF3. Grayscale: #979797. Windows color (decimal): -3107828 or 824528. OLE color: 824528.

HSL color Cylindrical-coordinate representation of color #D0940C: hue angle of 41.63º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0940C is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 148 12 -
CMYK 0 0.29 0.94 0.18
HSL 41.63º 0.89% 0.43% -
HSV(B) 41.63º 0.94% 0.82% -
XYZ 36.67 34.62 5.1 -
YUV 150.44 49.88 169.06 -
System Red Green Blue C M Y K H S L
Decimal 208 148 12 0 0.29 0.94 0.18 41.63 0.89 0.43
Hex D0 94 C 0 1D 5E 12 2A 59 2B
Octal 320 224 14 0 35 136 22 52 131 53
Binary 11010000 10010100 1100 0 11101 1011110 10010 101010 1011001 101011

Color Harmonies of #D0940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0940C

Black with #D0940C

Text Example


Text Example

White with #D0940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0940C; }

 p { color: rgb(208,148,12); }

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

background-color css

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

 a { background-color: rgb(208,148,12); }

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

border-color css

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

 span { border-color: rgb(208,148,12); }

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