Html Css Color HEX #D28F04 Gamboge

📋 copy color: '#D28F04'

red 210 ◦ green 143 ◦ blue 4

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

Shades of Gamboge #D28F04

Tints of Gamboge #D28F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 58.82%
G = 40.06%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D28F04 (or 0xD28F04) is known color: Gamboge. HEX triplet: D2, 8F and 04. RGB value is (210,143,4). Sum of RGB (Red+Green+Blue) = 210+143+4=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28F04 is #2D70FB. Grayscale: #939393. Windows color (decimal): -2978044 or 298962. OLE color: 298962.

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

Color convert

RGB 210 143 4 -
CMYK 0 0.32 0.98 0.18
HSL 40.49º 0.96% 0.42% -
HSV(B) 40.49º 0.98% 0.82% -
XYZ 36.42 33.36 4.63 -
YUV 147.19 47.2 172.8 -
System Red Green Blue C M Y K H S L
Decimal 210 143 4 0 0.32 0.98 0.18 40.49 0.96 0.42
Hex D2 8F 4 0 20 62 12 28 60 2A
Octal 322 217 4 0 40 142 22 50 140 52
Binary 11010010 10001111 100 0 100000 1100010 10010 101000 1100000 101010

Color Harmonies of #D28F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28F04

Black with #D28F04

Text Example


Text Example

White with #D28F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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