Html Css Color HEX #D28F13 Gamboge

📋 copy color: '#D28F13'

red 210 ◦ green 143 ◦ blue 19

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

Shades of Gamboge #D28F13

Tints of Gamboge #D28F13

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.44%

 BLUE value IS 19 (7.81% from 255) = 5.11%

R = 56.45%
G = 38.44%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D28F13 (or 0xD28F13) is known color: Gamboge. HEX triplet: D2, 8F and 13. RGB value is (210,143,19). Sum of RGB (Red+Green+Blue) = 210+143+19=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28F13 is #2D70EC. Grayscale: #959595. Windows color (decimal): -2978029 or 1282002. OLE color: 1282002.

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

Color convert

RGB 210 143 19 -
CMYK 0 0.32 0.91 0.18
HSL 38.95º 0.83% 0.45% -
HSV(B) 38.95º 0.91% 0.82% -
XYZ 36.52 33.39 5.14 -
YUV 148.9 54.7 171.58 -
System Red Green Blue C M Y K H S L
Decimal 210 143 19 0 0.32 0.91 0.18 38.95 0.83 0.45
Hex D2 8F 13 0 20 5B 12 27 53 2D
Octal 322 217 23 0 40 133 22 47 123 55
Binary 11010010 10001111 10011 0 100000 1011011 10010 100111 1010011 101101

Color Harmonies of #D28F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28F13

Black with #D28F13

Text Example


Text Example

White with #D28F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28F13; }

 p { color: rgb(210,143,19); }

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

background-color css

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

 a { background-color: rgb(210,143,19); }

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

border-color css

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

 span { border-color: rgb(210,143,19); }

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