Html Css Color HEX #D48902 Gamboge

📋 copy color: '#D48902'

red 212 ◦ green 137 ◦ blue 2

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

Shades of Gamboge #D48902

Tints of Gamboge #D48902

RGB

 RED value IS 212 (83.2% from 255) = 60.4%

 GREEN value IS 137 (53.91% from 255) = 39.03%

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 60.4%
G = 39.03%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D48902 (or 0xD48902) is known color: Gamboge. HEX triplet: D4, 89 and 02. RGB value is (212,137,2). Sum of RGB (Red+Green+Blue) = 212+137+2=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D48902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48902 is #2B76FD. Grayscale: #909090. Windows color (decimal): -2848510 or 166356. OLE color: 166356.

HSL color Cylindrical-coordinate representation of color #D48902: hue angle of 38.57º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D48902 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 137 2 -
CMYK 0 0.35 0.99 0.17
HSL 38.57º 0.98% 0.42% -
HSV(B) 38.57º 0.99% 0.83% -
XYZ 36.11 31.89 4.31 -
YUV 144.04 47.85 176.48 -
System Red Green Blue C M Y K H S L
Decimal 212 137 2 0 0.35 0.99 0.17 38.57 0.98 0.42
Hex D4 89 2 0 23 63 11 27 62 2A
Octal 324 211 2 0 43 143 21 47 142 52
Binary 11010100 10001001 10 0 100011 1100011 10001 100111 1100010 101010

Color Harmonies of #D48902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48902

Black with #D48902

Text Example


Text Example

White with #D48902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48902; }

 p { color: rgb(212,137,2); }

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

background-color css

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

 a { background-color: rgb(212,137,2); }

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

border-color css

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

 span { border-color: rgb(212,137,2); }

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