Html Css Color HEX #D0900A Gamboge

📋 copy color: '#D0900A'

red 208 ◦ green 144 ◦ blue 10

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

Shades of Gamboge #D0900A

Tints of Gamboge #D0900A

RGB

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

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

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

R = 57.46%
G = 39.78%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0900A (or 0xD0900A) is known color: Gamboge. HEX triplet: D0, 90 and 0A. RGB value is (208,144,10). Sum of RGB (Red+Green+Blue) = 208+144+10=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D0900A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0900A is #2F6FF5. Grayscale: #949494. Windows color (decimal): -3108854 or 692432. OLE color: 692432.

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

Color convert

RGB 208 144 10 -
CMYK 0 0.31 0.95 0.18
HSL 40.61º 0.91% 0.43% -
HSV(B) 40.61º 0.95% 0.82% -
XYZ 36.04 33.38 4.83 -
YUV 147.86 50.2 170.9 -
System Red Green Blue C M Y K H S L
Decimal 208 144 10 0 0.31 0.95 0.18 40.61 0.91 0.43
Hex D0 90 A 0 1F 5F 12 29 5B 2B
Octal 320 220 12 0 37 137 22 51 133 53
Binary 11010000 10010000 1010 0 11111 1011111 10010 101001 1011011 101011

Color Harmonies of #D0900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0900A

Black with #D0900A

Text Example


Text Example

White with #D0900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0900A; }

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

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

background-color css

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

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

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

border-color css

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

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

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