Html Css Color HEX #D0980A Gamboge

📋 copy color: '#D0980A'

red 208 ◦ green 152 ◦ blue 10

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

Shades of Gamboge #D0980A

Tints of Gamboge #D0980A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.08%

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

R = 56.22%
G = 41.08%
B = 2.7%

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

#D0980A (or 0xD0980A) is known color: Gamboge. HEX triplet: D0, 98 and 0A. RGB value is (208,152,10). Sum of RGB (Red+Green+Blue) = 208+152+10=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 10 (4.30% from 255 or 2.70% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D0980A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0980A is #2F67F5. Grayscale: #999999. Windows color (decimal): -3106806 or 694480. OLE color: 694480.

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

Color convert

RGB 208 152 10 -
CMYK 0 0.27 0.95 0.18
HSL 43.03º 0.91% 0.43% -
HSV(B) 43.03º 0.95% 0.82% -
XYZ 37.3 35.89 5.25 -
YUV 152.56 47.55 167.55 -
System Red Green Blue C M Y K H S L
Decimal 208 152 10 0 0.27 0.95 0.18 43.03 0.91 0.43
Hex D0 98 A 0 1B 5F 12 2B 5B 2B
Octal 320 230 12 0 33 137 22 53 133 53
Binary 11010000 10011000 1010 0 11011 1011111 10010 101011 1011011 101011

Color Harmonies of #D0980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0980A

Black with #D0980A

Text Example


Text Example

White with #D0980A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0980A; }

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

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

background-color css

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

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

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

border-color css

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

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

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