Html Css Color HEX #D88F02 Gamboge

📋 copy color: '#D88F02'

red 216 ◦ green 143 ◦ blue 2

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

Shades of Gamboge #D88F02

Tints of Gamboge #D88F02

RGB

 RED value IS 216 (84.77% from 255) = 59.83%

 GREEN value IS 143 (56.25% from 255) = 39.61%

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

R = 59.83%
G = 39.61%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D88F02 (or 0xD88F02) is known color: Gamboge. HEX triplet: D8, 8F and 02. RGB value is (216,143,2). Sum of RGB (Red+Green+Blue) = 216+143+2=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88F02 is #2770FD. Grayscale: #959595. Windows color (decimal): -2584830 or 167896. OLE color: 167896.

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

Color convert

RGB 216 143 2 -
CMYK 0 0.34 0.99 0.15
HSL 39.53º 0.98% 0.43% -
HSV(B) 39.53º 0.99% 0.85% -
XYZ 38.15 34.25 4.66 -
YUV 148.75 45.18 175.96 -
System Red Green Blue C M Y K H S L
Decimal 216 143 2 0 0.34 0.99 0.15 39.53 0.98 0.43
Hex D8 8F 2 0 22 63 F 28 62 2B
Octal 330 217 2 0 42 143 17 50 142 53
Binary 11011000 10001111 10 0 100010 1100011 1111 101000 1100010 101011

Color Harmonies of #D88F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88F02

Black with #D88F02

Text Example


Text Example

White with #D88F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88F02; }

 p { color: rgb(216,143,2); }

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

background-color css

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

 a { background-color: rgb(216,143,2); }

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

border-color css

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

 span { border-color: rgb(216,143,2); }

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