Html Css Color HEX #D28F03 Gamboge

📋 copy color: '#D28F03'

red 210 ◦ green 143 ◦ blue 3

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

Shades of Gamboge #D28F03

Tints of Gamboge #D28F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.84%

R = 58.99%
G = 40.17%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D28F03 (or 0xD28F03) is known color: Gamboge. HEX triplet: D2, 8F and 03. RGB value is (210,143,3). Sum of RGB (Red+Green+Blue) = 210+143+3=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28F03 is #2D70FC. Grayscale: #939393. Windows color (decimal): -2978045 or 233426. OLE color: 233426.

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

Color convert

RGB 210 143 3 -
CMYK 0 0.32 0.99 0.18
HSL 40.58º 0.97% 0.42% -
HSV(B) 40.58º 0.99% 0.82% -
XYZ 36.42 33.35 4.6 -
YUV 147.07 46.7 172.88 -
System Red Green Blue C M Y K H S L
Decimal 210 143 3 0 0.32 0.99 0.18 40.58 0.97 0.42
Hex D2 8F 3 0 20 63 12 29 61 2A
Octal 322 217 3 0 40 143 22 51 141 52
Binary 11010010 10001111 11 0 100000 1100011 10010 101001 1100001 101010

Color Harmonies of #D28F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28F03

Black with #D28F03

Text Example


Text Example

White with #D28F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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