Html Css Color HEX #D69B02 Gamboge

📋 copy color: '#D69B02'

red 214 ◦ green 155 ◦ blue 2

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

Shades of Gamboge #D69B02

Tints of Gamboge #D69B02

RGB

 RED value IS 214 (83.98% from 255) = 57.68%

 GREEN value IS 155 (60.94% from 255) = 41.78%

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

R = 57.68%
G = 41.78%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D69B02 (or 0xD69B02) is known color: Gamboge. HEX triplet: D6, 9B and 02. RGB value is (214,155,2). Sum of RGB (Red+Green+Blue) = 214+155+2=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69B02 is #2964FD. Grayscale: #9B9B9B. Windows color (decimal): -2712830 or 170966. OLE color: 170966.

HSL color Cylindrical-coordinate representation of color #D69B02: hue angle of 43.3º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D69B02 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 155 2 -
CMYK 0 0.28 0.99 0.16
HSL 43.3º 0.98% 0.42% -
HSV(B) 43.3º 0.99% 0.84% -
XYZ 39.46 37.74 5.26 -
YUV 155.2 41.55 169.94 -
System Red Green Blue C M Y K H S L
Decimal 214 155 2 0 0.28 0.99 0.16 43.3 0.98 0.42
Hex D6 9B 2 0 1C 63 10 2B 62 2A
Octal 326 233 2 0 34 143 20 53 142 52
Binary 11010110 10011011 10 0 11100 1100011 10000 101011 1100010 101010

Color Harmonies of #D69B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69B02

Black with #D69B02

Text Example


Text Example

White with #D69B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69B02; }

 p { color: rgb(214,155,2); }

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

background-color css

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

 a { background-color: rgb(214,155,2); }

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

border-color css

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

 span { border-color: rgb(214,155,2); }

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