Html Css Color HEX #DB970C Gamboge

📋 copy color: '#DB970C'

red 219 ◦ green 151 ◦ blue 12

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

Shades of Gamboge #DB970C

Tints of Gamboge #DB970C

RGB

 RED value IS 219 (85.94% from 255) = 57.33%

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

 BLUE value IS 12 (5.08% from 255) = 3.14%

R = 57.33%
G = 39.53%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB970C (or 0xDB970C) is known color: Gamboge. HEX triplet: DB, 97 and 0C. RGB value is (219,151,12). Sum of RGB (Red+Green+Blue) = 219+151+12=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB970C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB970C is #2468F3. Grayscale: #9C9C9C. Windows color (decimal): -2386164 or 825307. OLE color: 825307.

HSL color Cylindrical-coordinate representation of color #DB970C: hue angle of 40.29º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB970C is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 151 12 -
CMYK 0 0.31 0.95 0.14
HSL 40.29º 0.9% 0.45% -
HSV(B) 40.29º 0.95% 0.86% -
XYZ 40.35 37.22 5.41 -
YUV 155.49 47.03 173.3 -
System Red Green Blue C M Y K H S L
Decimal 219 151 12 0 0.31 0.95 0.14 40.29 0.9 0.45
Hex DB 97 C 0 1F 5F E 28 5A 2D
Octal 333 227 14 0 37 137 16 50 132 55
Binary 11011011 10010111 1100 0 11111 1011111 1110 101000 1011010 101101

Color Harmonies of #DB970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB970C

Black with #DB970C

Text Example


Text Example

White with #DB970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB970C; }

 p { color: rgb(219,151,12); }

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

background-color css

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

 a { background-color: rgb(219,151,12); }

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

border-color css

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

 span { border-color: rgb(219,151,12); }

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