Html Css Color HEX #D28E0F Gamboge

📋 copy color: '#D28E0F'

red 210 ◦ green 142 ◦ blue 15

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

Shades of Gamboge #D28E0F

Tints of Gamboge #D28E0F

RGB

 RED value IS 210 (82.42% from 255) = 57.22%

 GREEN value IS 142 (55.86% from 255) = 38.69%

 BLUE value IS 15 (6.25% from 255) = 4.09%

R = 57.22%
G = 38.69%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D28E0F (or 0xD28E0F) is known color: Gamboge. HEX triplet: D2, 8E and 0F. RGB value is (210,142,15). Sum of RGB (Red+Green+Blue) = 210+142+15=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28E0F is #2D71F0. Grayscale: #949494. Windows color (decimal): -2978289 or 1019602. OLE color: 1019602.

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

Color convert

RGB 210 142 15 -
CMYK 0 0.32 0.93 0.18
HSL 39.08º 0.87% 0.44% -
HSV(B) 39.08º 0.93% 0.82% -
XYZ 36.34 33.08 4.92 -
YUV 147.85 53.03 172.33 -
System Red Green Blue C M Y K H S L
Decimal 210 142 15 0 0.32 0.93 0.18 39.08 0.87 0.44
Hex D2 8E F 0 20 5D 12 27 57 2C
Octal 322 216 17 0 40 135 22 47 127 54
Binary 11010010 10001110 1111 0 100000 1011101 10010 100111 1010111 101100

Color Harmonies of #D28E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28E0F

Black with #D28E0F

Text Example


Text Example

White with #D28E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28E0F; }

 p { color: rgb(210,142,15); }

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

background-color css

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

 a { background-color: rgb(210,142,15); }

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

border-color css

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

 span { border-color: rgb(210,142,15); }

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