Html Css Color HEX #D0970A Gamboge

📋 copy color: '#D0970A'

red 208 ◦ green 151 ◦ blue 10

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

Shades of Gamboge #D0970A

Tints of Gamboge #D0970A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.71%

R = 56.37%
G = 40.92%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0970A (or 0xD0970A) is known color: Gamboge. HEX triplet: D0, 97 and 0A. RGB value is (208,151,10). Sum of RGB (Red+Green+Blue) = 208+151+10=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0970A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0970A is #2F68F5. Grayscale: #989898. Windows color (decimal): -3107062 or 694224. OLE color: 694224.

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

Color convert

RGB 208 151 10 -
CMYK 0 0.27 0.95 0.18
HSL 42.73º 0.91% 0.43% -
HSV(B) 42.73º 0.95% 0.82% -
XYZ 37.13 35.57 5.19 -
YUV 151.97 47.88 167.96 -
System Red Green Blue C M Y K H S L
Decimal 208 151 10 0 0.27 0.95 0.18 42.73 0.91 0.43
Hex D0 97 A 0 1B 5F 12 2B 5B 2B
Octal 320 227 12 0 33 137 22 53 133 53
Binary 11010000 10010111 1010 0 11011 1011111 10010 101011 1011011 101011

Color Harmonies of #D0970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0970A

Black with #D0970A

Text Example


Text Example

White with #D0970A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0970A; }

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

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

background-color css

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

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

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

border-color css

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

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

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