Html Css Color HEX #DA9602 Gamboge

📋 copy color: '#DA9602'

red 218 ◦ green 150 ◦ blue 2

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

Shades of Gamboge #DA9602

Tints of Gamboge #DA9602

RGB

 RED value IS 218 (85.55% from 255) = 58.92%

 GREEN value IS 150 (58.98% from 255) = 40.54%

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

R = 58.92%
G = 40.54%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA9602 (or 0xDA9602) is known color: Gamboge. HEX triplet: DA, 96 and 02. RGB value is (218,150,2). Sum of RGB (Red+Green+Blue) = 218+150+2=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9602 is #2569FD. Grayscale: #9A9A9A. Windows color (decimal): -2451966 or 169690. OLE color: 169690.

HSL color Cylindrical-coordinate representation of color #DA9602: hue angle of 41.11º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA9602 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 150 2 -
CMYK 0 0.31 0.99 0.15
HSL 41.11º 0.98% 0.43% -
HSV(B) 41.11º 0.99% 0.85% -
XYZ 39.83 36.72 5.05 -
YUV 153.46 42.53 174.03 -
System Red Green Blue C M Y K H S L
Decimal 218 150 2 0 0.31 0.99 0.15 41.11 0.98 0.43
Hex DA 96 2 0 1F 63 F 29 62 2B
Octal 332 226 2 0 37 143 17 51 142 53
Binary 11011010 10010110 10 0 11111 1100011 1111 101001 1100010 101011

Color Harmonies of #DA9602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9602

Black with #DA9602

Text Example


Text Example

White with #DA9602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9602; }

 p { color: rgb(218,150,2); }

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

background-color css

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

 a { background-color: rgb(218,150,2); }

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

border-color css

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

 span { border-color: rgb(218,150,2); }

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