Html Css Color HEX #D9920F Gamboge

📋 copy color: '#D9920F'

red 217 ◦ green 146 ◦ blue 15

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

Shades of Gamboge #D9920F

Tints of Gamboge #D9920F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.62%

 BLUE value IS 15 (6.25% from 255) = 3.97%

R = 57.41%
G = 38.62%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9920F (or 0xD9920F) is known color: Gamboge. HEX triplet: D9, 92 and 0F. RGB value is (217,146,15). Sum of RGB (Red+Green+Blue) = 217+146+15=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D9920F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9920F is #266DF0. Grayscale: #989898. Windows color (decimal): -2518513 or 1020633. OLE color: 1020633.

HSL color Cylindrical-coordinate representation of color #D9920F: hue angle of 38.91º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9920F is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 146 15 -
CMYK 0 0.33 0.93 0.15
HSL 38.91º 0.87% 0.45% -
HSV(B) 38.91º 0.93% 0.85% -
XYZ 38.98 35.34 5.22 -
YUV 152.3 50.52 174.15 -
System Red Green Blue C M Y K H S L
Decimal 217 146 15 0 0.33 0.93 0.15 38.91 0.87 0.45
Hex D9 92 F 0 21 5D F 27 57 2D
Octal 331 222 17 0 41 135 17 47 127 55
Binary 11011001 10010010 1111 0 100001 1011101 1111 100111 1010111 101101

Color Harmonies of #D9920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9920F

Black with #D9920F

Text Example


Text Example

White with #D9920F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9920F; }

 p { color: rgb(217,146,15); }

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

background-color css

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

 a { background-color: rgb(217,146,15); }

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

border-color css

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

 span { border-color: rgb(217,146,15); }

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