Html Css Color HEX #CE990D Gamboge

📋 copy color: '#CE990D'

red 206 ◦ green 153 ◦ blue 13

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

Shades of Gamboge #CE990D

Tints of Gamboge #CE990D

RGB

 RED value IS 206 (80.86% from 255) = 55.38%

 GREEN value IS 153 (60.16% from 255) = 41.13%

 BLUE value IS 13 (5.47% from 255) = 3.49%

R = 55.38%
G = 41.13%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE990D (or 0xCE990D) is known color: Gamboge. HEX triplet: CE, 99 and 0D. RGB value is (206,153,13). Sum of RGB (Red+Green+Blue) = 206+153+13=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE990D is #3166F2. Grayscale: #999999. Windows color (decimal): -3237619 or 891342. OLE color: 891342.

HSL color Cylindrical-coordinate representation of color #CE990D: hue angle of 43.52º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE990D is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 153 13 -
CMYK 0 0.26 0.94 0.19
HSL 43.52º 0.88% 0.43% -
HSV(B) 43.52º 0.94% 0.81% -
XYZ 36.92 35.93 5.37 -
YUV 152.89 49.06 165.88 -
System Red Green Blue C M Y K H S L
Decimal 206 153 13 0 0.26 0.94 0.19 43.52 0.88 0.43
Hex CE 99 D 0 1A 5E 13 2C 58 2B
Octal 316 231 15 0 32 136 23 54 130 53
Binary 11001110 10011001 1101 0 11010 1011110 10011 101100 1011000 101011

Color Harmonies of #CE990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE990D

Black with #CE990D

Text Example


Text Example

White with #CE990D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE990D; }

 p { color: rgb(206,153,13); }

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

background-color css

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

 a { background-color: rgb(206,153,13); }

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

border-color css

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

 span { border-color: rgb(206,153,13); }

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