Html Css Color HEX #D09402 Gamboge

📋 copy color: '#D09402'

red 208 ◦ green 148 ◦ blue 2

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

Shades of Gamboge #D09402

Tints of Gamboge #D09402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.34%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 58.1%
G = 41.34%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D09402 (or 0xD09402) is known color: Gamboge. HEX triplet: D0, 94 and 02. RGB value is (208,148,2). Sum of RGB (Red+Green+Blue) = 208+148+2=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D09402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09402 is #2F6BFD. Grayscale: #959595. Windows color (decimal): -3107838 or 169168. OLE color: 169168.

HSL color Cylindrical-coordinate representation of color #D09402: hue angle of 42.52º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D09402 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 148 2 -
CMYK 0 0.29 0.99 0.18
HSL 42.52º 0.98% 0.41% -
HSV(B) 42.52º 0.99% 0.82% -
XYZ 36.61 34.59 4.81 -
YUV 149.3 44.88 169.87 -
System Red Green Blue C M Y K H S L
Decimal 208 148 2 0 0.29 0.99 0.18 42.52 0.98 0.41
Hex D0 94 2 0 1D 63 12 2B 62 29
Octal 320 224 2 0 35 143 22 53 142 51
Binary 11010000 10010100 10 0 11101 1100011 10010 101011 1100010 101001

Color Harmonies of #D09402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09402

Black with #D09402

Text Example


Text Example

White with #D09402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09402; }

 p { color: rgb(208,148,2); }

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

background-color css

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

 a { background-color: rgb(208,148,2); }

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

border-color css

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

 span { border-color: rgb(208,148,2); }

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