Html Css Color HEX #D69F03 Gamboge

📋 copy color: '#D69F03'

red 214 ◦ green 159 ◦ blue 3

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

Shades of Gamboge #D69F03

Tints of Gamboge #D69F03

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.29%

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 56.91%
G = 42.29%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D69F03 (or 0xD69F03) is known color: Gamboge. HEX triplet: D6, 9F and 03. RGB value is (214,159,3). Sum of RGB (Red+Green+Blue) = 214+159+3=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 3 (1.56% from 255 or 0.80% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69F03 is #2960FC. Grayscale: #9E9E9E. Windows color (decimal): -2711805 or 237526. OLE color: 237526.

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

Color convert

RGB 214 159 3 -
CMYK 0 0.26 0.99 0.16
HSL 44.36º 0.97% 0.43% -
HSV(B) 44.36º 0.99% 0.84% -
XYZ 40.15 39.1 5.52 -
YUV 157.66 40.72 168.18 -
System Red Green Blue C M Y K H S L
Decimal 214 159 3 0 0.26 0.99 0.16 44.36 0.97 0.43
Hex D6 9F 3 0 1A 63 10 2C 61 2B
Octal 326 237 3 0 32 143 20 54 141 53
Binary 11010110 10011111 11 0 11010 1100011 10000 101100 1100001 101011

Color Harmonies of #D69F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69F03

Black with #D69F03

Text Example


Text Example

White with #D69F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69F03; }

 p { color: rgb(214,159,3); }

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

background-color css

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

 a { background-color: rgb(214,159,3); }

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

border-color css

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

 span { border-color: rgb(214,159,3); }

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