Html Css Color HEX #CD9603 Gamboge

📋 copy color: '#CD9603'

red 205 ◦ green 150 ◦ blue 3

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

Shades of Gamboge #CD9603

Tints of Gamboge #CD9603

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.9%

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

R = 57.26%
G = 41.9%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CD9603 (or 0xCD9603) is known color: Gamboge. HEX triplet: CD, 96 and 03. RGB value is (205,150,3). Sum of RGB (Red+Green+Blue) = 205+150+3=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9603 is #3269FC. Grayscale: #969696. Windows color (decimal): -3303933 or 235213. OLE color: 235213.

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

Color convert

RGB 205 150 3 -
CMYK 0 0.27 0.99 0.20
HSL 43.66º 0.97% 0.41% -
HSV(B) 43.66º 0.99% 0.8% -
XYZ 36.1 34.8 4.9 -
YUV 149.69 45.22 167.45 -
System Red Green Blue C M Y K H S L
Decimal 205 150 3 0 0.27 0.99 0.20 43.66 0.97 0.41
Hex CD 96 3 0 1B 63 14 2C 61 29
Octal 315 226 3 0 33 143 24 54 141 51
Binary 11001101 10010110 11 0 11011 1100011 10100 101100 1100001 101001

Color Harmonies of #CD9603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9603

Black with #CD9603

Text Example


Text Example

White with #CD9603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9603; }

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

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

background-color css

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

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

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

border-color css

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

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

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