Html Css Color HEX #CD9902 Gamboge

📋 copy color: '#CD9902'

red 205 ◦ green 153 ◦ blue 2

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

Shades of Gamboge #CD9902

Tints of Gamboge #CD9902

RGB

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

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

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

R = 56.94%
G = 42.5%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CD9902 (or 0xCD9902) is known color: Gamboge. HEX triplet: CD, 99 and 02. RGB value is (205,153,2). Sum of RGB (Red+Green+Blue) = 205+153+2=360 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.94% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9902 is #3266FD. Grayscale: #979797. Windows color (decimal): -3303166 or 170445. OLE color: 170445.

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

Color convert

RGB 205 153 2 -
CMYK 0 0.25 0.99 0.20
HSL 44.63º 0.98% 0.41% -
HSV(B) 44.63º 0.99% 0.8% -
XYZ 36.58 35.77 5.03 -
YUV 151.33 43.73 166.28 -
System Red Green Blue C M Y K H S L
Decimal 205 153 2 0 0.25 0.99 0.20 44.63 0.98 0.41
Hex CD 99 2 0 19 63 14 2D 62 29
Octal 315 231 2 0 31 143 24 55 142 51
Binary 11001101 10011001 10 0 11001 1100011 10100 101101 1100010 101001

Color Harmonies of #CD9902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9902

Black with #CD9902

Text Example


Text Example

White with #CD9902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9902; }

 p { color: rgb(205,153,2); }

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

background-color css

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

 a { background-color: rgb(205,153,2); }

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

border-color css

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

 span { border-color: rgb(205,153,2); }

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