Html Css Color HEX #D2970F Gamboge

📋 copy color: '#D2970F'

red 210 ◦ green 151 ◦ blue 15

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

Shades of Gamboge #D2970F

Tints of Gamboge #D2970F

RGB

 RED value IS 210 (82.42% from 255) = 55.85%

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

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

R = 55.85%
G = 40.16%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2970F (or 0xD2970F) is known color: Gamboge. HEX triplet: D2, 97 and 0F. RGB value is (210,151,15). Sum of RGB (Red+Green+Blue) = 210+151+15=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D2970F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2970F is #2D68F0. Grayscale: #999999. Windows color (decimal): -2975985 or 1021906. OLE color: 1021906.

HSL color Cylindrical-coordinate representation of color #D2970F: hue angle of 41.85º 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 #D2970F is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 151 15 -
CMYK 0 0.28 0.93 0.18
HSL 41.85º 0.87% 0.44% -
HSV(B) 41.85º 0.93% 0.82% -
XYZ 37.73 35.87 5.39 -
YUV 153.14 50.05 168.56 -
System Red Green Blue C M Y K H S L
Decimal 210 151 15 0 0.28 0.93 0.18 41.85 0.87 0.44
Hex D2 97 F 0 1C 5D 12 2A 57 2C
Octal 322 227 17 0 34 135 22 52 127 54
Binary 11010010 10010111 1111 0 11100 1011101 10010 101010 1010111 101100

Color Harmonies of #D2970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2970F

Black with #D2970F

Text Example


Text Example

White with #D2970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2970F; }

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

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

background-color css

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

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

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

border-color css

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

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

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