Html Css Color HEX #DA8C02 Gamboge

📋 copy color: '#DA8C02'

red 218 ◦ green 140 ◦ blue 2

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

Shades of Gamboge #DA8C02

Tints of Gamboge #DA8C02

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.89%

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

R = 60.56%
G = 38.89%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA8C02 (or 0xDA8C02) is known color: Gamboge. HEX triplet: DA, 8C and 02. RGB value is (218,140,2). Sum of RGB (Red+Green+Blue) = 218+140+2=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8C02 is #2573FD. Grayscale: #949494. Windows color (decimal): -2454526 or 167130. OLE color: 167130.

HSL color Cylindrical-coordinate representation of color #DA8C02: hue angle of 38.33º 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 #DA8C02 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 140 2 -
CMYK 0 0.36 0.99 0.15
HSL 38.33º 0.98% 0.43% -
HSV(B) 38.33º 0.99% 0.85% -
XYZ 38.3 33.67 4.54 -
YUV 147.59 45.84 178.22 -
System Red Green Blue C M Y K H S L
Decimal 218 140 2 0 0.36 0.99 0.15 38.33 0.98 0.43
Hex DA 8C 2 0 24 63 F 26 62 2B
Octal 332 214 2 0 44 143 17 46 142 53
Binary 11011010 10001100 10 0 100100 1100011 1111 100110 1100010 101011

Color Harmonies of #DA8C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C02

Black with #DA8C02

Text Example


Text Example

White with #DA8C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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