Html Css Color HEX #CD9803 Gamboge

📋 copy color: '#CD9803'

red 205 ◦ green 152 ◦ blue 3

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

Shades of Gamboge #CD9803

Tints of Gamboge #CD9803

RGB

 RED value IS 205 (80.47% from 255) = 56.94%

 GREEN value IS 152 (59.77% from 255) = 42.22%

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

R = 56.94%
G = 42.22%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CD9803 (or 0xCD9803) is known color: Gamboge. HEX triplet: CD, 98 and 03. RGB value is (205,152,3). Sum of RGB (Red+Green+Blue) = 205+152+3=360 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.94% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 3 (1.56% from 255 or 0.83% from 360); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9803 is #3267FC. Grayscale: #979797. Windows color (decimal): -3303421 or 235725. OLE color: 235725.

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

Color convert

RGB 205 152 3 -
CMYK 0 0.26 0.99 0.20
HSL 44.26º 0.97% 0.41% -
HSV(B) 44.26º 0.99% 0.8% -
XYZ 36.42 35.44 5.01 -
YUV 150.86 44.56 166.62 -
System Red Green Blue C M Y K H S L
Decimal 205 152 3 0 0.26 0.99 0.20 44.26 0.97 0.41
Hex CD 98 3 0 1A 63 14 2C 61 29
Octal 315 230 3 0 32 143 24 54 141 51
Binary 11001101 10011000 11 0 11010 1100011 10100 101100 1100001 101001

Color Harmonies of #CD9803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9803

Black with #CD9803

Text Example


Text Example

White with #CD9803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9803; }

 p { color: rgb(205,152,3); }

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

background-color css

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

 a { background-color: rgb(205,152,3); }

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

border-color css

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

 span { border-color: rgb(205,152,3); }

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