Html Css Color HEX #D38A0C Gamboge

📋 copy color: '#D38A0C'

red 211 ◦ green 138 ◦ blue 12

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

Shades of Gamboge #D38A0C

Tints of Gamboge #D38A0C

RGB

 RED value IS 211 (82.81% from 255) = 58.45%

 GREEN value IS 138 (54.3% from 255) = 38.23%

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

R = 58.45%
G = 38.23%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D38A0C (or 0xD38A0C) is known color: Gamboge. HEX triplet: D3, 8A and 0C. RGB value is (211,138,12). Sum of RGB (Red+Green+Blue) = 211+138+12=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38A0C is #2C75F3. Grayscale: #929292. Windows color (decimal): -2913780 or 821971. OLE color: 821971.

HSL color Cylindrical-coordinate representation of color #D38A0C: hue angle of 37.99º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D38A0C is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 138 12 -
CMYK 0 0.35 0.94 0.17
HSL 37.99º 0.89% 0.44% -
HSV(B) 37.99º 0.94% 0.83% -
XYZ 36.02 32.05 4.64 -
YUV 145.46 52.68 174.75 -
System Red Green Blue C M Y K H S L
Decimal 211 138 12 0 0.35 0.94 0.17 37.99 0.89 0.44
Hex D3 8A C 0 23 5E 11 26 59 2C
Octal 323 212 14 0 43 136 21 46 131 54
Binary 11010011 10001010 1100 0 100011 1011110 10001 100110 1011001 101100

Color Harmonies of #D38A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38A0C

Black with #D38A0C

Text Example


Text Example

White with #D38A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38A0C; }

 p { color: rgb(211,138,12); }

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

background-color css

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

 a { background-color: rgb(211,138,12); }

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

border-color css

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

 span { border-color: rgb(211,138,12); }

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