Html Css Color HEX #D4890D Gamboge

📋 copy color: '#D4890D'

red 212 ◦ green 137 ◦ blue 13

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

Shades of Gamboge #D4890D

Tints of Gamboge #D4890D

RGB

 RED value IS 212 (83.2% from 255) = 58.56%

 GREEN value IS 137 (53.91% from 255) = 37.85%

 BLUE value IS 13 (5.47% from 255) = 3.59%

R = 58.56%
G = 37.85%
B = 3.59%

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

#D4890D (or 0xD4890D) is known color: Gamboge. HEX triplet: D4, 89 and 0D. RGB value is (212,137,13). Sum of RGB (Red+Green+Blue) = 212+137+13=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D4890D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4890D is #2B76F2. Grayscale: #919191. Windows color (decimal): -2848499 or 887252. OLE color: 887252.

HSL color Cylindrical-coordinate representation of color #D4890D: hue angle of 37.39º degrees, saturation: 0.88, 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 #D4890D is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 137 13 -
CMYK 0 0.35 0.94 0.17
HSL 37.39º 0.88% 0.44% -
HSV(B) 37.39º 0.94% 0.83% -
XYZ 36.17 31.92 4.64 -
YUV 145.29 53.35 175.58 -
System Red Green Blue C M Y K H S L
Decimal 212 137 13 0 0.35 0.94 0.17 37.39 0.88 0.44
Hex D4 89 D 0 23 5E 11 25 58 2C
Octal 324 211 15 0 43 136 21 45 130 54
Binary 11010100 10001001 1101 0 100011 1011110 10001 100101 1011000 101100

Color Harmonies of #D4890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4890D

Black with #D4890D

Text Example


Text Example

White with #D4890D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4890D; }

 p { color: rgb(212,137,13); }

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

background-color css

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

 a { background-color: rgb(212,137,13); }

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

border-color css

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

 span { border-color: rgb(212,137,13); }

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