Html Css Color HEX #D98502 Tangerine

📋 copy color: '#D98502'

red 217 ◦ green 133 ◦ blue 2

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

Shades of Tangerine #D98502

Tints of Tangerine #D98502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.78%

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

R = 61.65%
G = 37.78%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D98502 (or 0xD98502) is known color: Tangerine. HEX triplet: D9, 85 and 02. RGB value is (217,133,2). Sum of RGB (Red+Green+Blue) = 217+133+2=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D98502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98502 is #267AFD. Grayscale: #8F8F8F. Windows color (decimal): -2521854 or 165337. OLE color: 165337.

HSL color Cylindrical-coordinate representation of color #D98502: hue angle of 36.56º 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 #D98502 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 133 2 -
CMYK 0 0.39 0.99 0.15
HSL 36.56º 0.98% 0.43% -
HSV(B) 36.56º 0.99% 0.85% -
XYZ 37.01 31.53 4.19 -
YUV 143.18 48.33 180.65 -
System Red Green Blue C M Y K H S L
Decimal 217 133 2 0 0.39 0.99 0.15 36.56 0.98 0.43
Hex D9 85 2 0 27 63 F 25 62 2B
Octal 331 205 2 0 47 143 17 45 142 53
Binary 11011001 10000101 10 0 100111 1100011 1111 100101 1100010 101011

Color Harmonies of #D98502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98502

Black with #D98502

Text Example


Text Example

White with #D98502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98502; }

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

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

background-color css

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

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

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

border-color css

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

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

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