Html Css Color HEX #D28F0F Gamboge

📋 copy color: '#D28F0F'

red 210 ◦ green 143 ◦ blue 15

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

Shades of Gamboge #D28F0F

Tints of Gamboge #D28F0F

RGB

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

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

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

R = 57.07%
G = 38.86%
B = 4.08%

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

#D28F0F (or 0xD28F0F) is known color: Gamboge. HEX triplet: D2, 8F and 0F. RGB value is (210,143,15). Sum of RGB (Red+Green+Blue) = 210+143+15=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28F0F is #2D70F0. Grayscale: #959595. Windows color (decimal): -2978033 or 1019858. OLE color: 1019858.

HSL color Cylindrical-coordinate representation of color #D28F0F: hue angle of 39.38º 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 #D28F0F is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 143 15 -
CMYK 0 0.32 0.93 0.18
HSL 39.38º 0.87% 0.44% -
HSV(B) 39.38º 0.93% 0.82% -
XYZ 36.49 33.38 4.97 -
YUV 148.44 52.7 171.91 -
System Red Green Blue C M Y K H S L
Decimal 210 143 15 0 0.32 0.93 0.18 39.38 0.87 0.44
Hex D2 8F F 0 20 5D 12 27 57 2C
Octal 322 217 17 0 40 135 22 47 127 54
Binary 11010010 10001111 1111 0 100000 1011101 10010 100111 1010111 101100

Color Harmonies of #D28F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28F0F

Black with #D28F0F

Text Example


Text Example

White with #D28F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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