Html Css Color HEX #D0900D Gamboge

📋 copy color: '#D0900D'

red 208 ◦ green 144 ◦ blue 13

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

Shades of Gamboge #D0900D

Tints of Gamboge #D0900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.45%

 BLUE value IS 13 (5.47% from 255) = 3.56%

R = 56.99%
G = 39.45%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0900D (or 0xD0900D) is known color: Gamboge. HEX triplet: D0, 90 and 0D. RGB value is (208,144,13). Sum of RGB (Red+Green+Blue) = 208+144+13=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D0900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0900D is #2F6FF2. Grayscale: #949494. Windows color (decimal): -3108851 or 889040. OLE color: 889040.

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

Color convert

RGB 208 144 13 -
CMYK 0 0.31 0.94 0.18
HSL 40.31º 0.88% 0.43% -
HSV(B) 40.31º 0.94% 0.82% -
XYZ 36.06 33.39 4.92 -
YUV 148.2 51.7 170.65 -
System Red Green Blue C M Y K H S L
Decimal 208 144 13 0 0.31 0.94 0.18 40.31 0.88 0.43
Hex D0 90 D 0 1F 5E 12 28 58 2B
Octal 320 220 15 0 37 136 22 50 130 53
Binary 11010000 10010000 1101 0 11111 1011110 10010 101000 1011000 101011

Color Harmonies of #D0900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0900D

Black with #D0900D

Text Example


Text Example

White with #D0900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0900D; }

 p { color: rgb(208,144,13); }

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

background-color css

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

 a { background-color: rgb(208,144,13); }

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

border-color css

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

 span { border-color: rgb(208,144,13); }

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