Html Css Color HEX #D0970F Gamboge

📋 copy color: '#D0970F'

red 208 ◦ green 151 ◦ blue 15

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

Shades of Gamboge #D0970F

Tints of Gamboge #D0970F

RGB

 RED value IS 208 (81.64% from 255) = 55.61%

 GREEN value IS 151 (59.38% from 255) = 40.37%

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

R = 55.61%
G = 40.37%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0970F (or 0xD0970F) is known color: Gamboge. HEX triplet: D0, 97 and 0F. RGB value is (208,151,15). Sum of RGB (Red+Green+Blue) = 208+151+15=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D0970F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0970F is #2F68F0. Grayscale: #999999. Windows color (decimal): -3107057 or 1021904. OLE color: 1021904.

HSL color Cylindrical-coordinate representation of color #D0970F: hue angle of 42.28º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0970F is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 151 15 -
CMYK 0 0.27 0.93 0.18
HSL 42.28º 0.87% 0.44% -
HSV(B) 42.28º 0.93% 0.82% -
XYZ 37.17 35.58 5.36 -
YUV 152.54 50.38 167.56 -
System Red Green Blue C M Y K H S L
Decimal 208 151 15 0 0.27 0.93 0.18 42.28 0.87 0.44
Hex D0 97 F 0 1B 5D 12 2A 57 2C
Octal 320 227 17 0 33 135 22 52 127 54
Binary 11010000 10010111 1111 0 11011 1011101 10010 101010 1010111 101100

Color Harmonies of #D0970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0970F

Black with #D0970F

Text Example


Text Example

White with #D0970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0970F; }

 p { color: rgb(208,151,15); }

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

background-color css

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

 a { background-color: rgb(208,151,15); }

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

border-color css

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

 span { border-color: rgb(208,151,15); }

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