Html Css Color HEX #D98F02 Gamboge

📋 copy color: '#D98F02'

red 217 ◦ green 143 ◦ blue 2

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

Shades of Gamboge #D98F02

Tints of Gamboge #D98F02

RGB

 RED value IS 217 (85.16% from 255) = 59.94%

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

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

R = 59.94%
G = 39.5%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D98F02 (or 0xD98F02) is known color: Gamboge. HEX triplet: D9, 8F and 02. RGB value is (217,143,2). Sum of RGB (Red+Green+Blue) = 217+143+2=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98F02 is #2670FD. Grayscale: #959595. Windows color (decimal): -2519294 or 167897. OLE color: 167897.

HSL color Cylindrical-coordinate representation of color #D98F02: hue angle of 39.35º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D98F02 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 143 2 -
CMYK 0 0.34 0.99 0.15
HSL 39.35º 0.98% 0.43% -
HSV(B) 39.35º 0.99% 0.85% -
XYZ 38.45 34.4 4.67 -
YUV 149.05 45.02 176.46 -
System Red Green Blue C M Y K H S L
Decimal 217 143 2 0 0.34 0.99 0.15 39.35 0.98 0.43
Hex D9 8F 2 0 22 63 F 27 62 2B
Octal 331 217 2 0 42 143 17 47 142 53
Binary 11011001 10001111 10 0 100010 1100011 1111 100111 1100010 101011

Color Harmonies of #D98F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98F02

Black with #D98F02

Text Example


Text Example

White with #D98F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98F02; }

 p { color: rgb(217,143,2); }

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

background-color css

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

 a { background-color: rgb(217,143,2); }

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

border-color css

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

 span { border-color: rgb(217,143,2); }

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