Html Css Color HEX #CD940A Gamboge

📋 copy color: '#CD940A'

red 205 ◦ green 148 ◦ blue 10

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

Shades of Gamboge #CD940A

Tints of Gamboge #CD940A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.77%

 BLUE value IS 10 (4.3% from 255) = 2.75%

R = 56.47%
G = 40.77%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD940A (or 0xCD940A) is known color: Gamboge. HEX triplet: CD, 94 and 0A. RGB value is (205,148,10). Sum of RGB (Red+Green+Blue) = 205+148+10=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD940A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD940A is #326BF5. Grayscale: #959595. Windows color (decimal): -3304438 or 693453. OLE color: 693453.

HSL color Cylindrical-coordinate representation of color #CD940A: hue angle of 42.46º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD940A is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 148 10 -
CMYK 0 0.28 0.95 0.20
HSL 42.46º 0.91% 0.42% -
HSV(B) 42.46º 0.95% 0.8% -
XYZ 35.82 34.18 5 -
YUV 149.31 49.38 167.72 -
System Red Green Blue C M Y K H S L
Decimal 205 148 10 0 0.28 0.95 0.20 42.46 0.91 0.42
Hex CD 94 A 0 1C 5F 14 2A 5B 2A
Octal 315 224 12 0 34 137 24 52 133 52
Binary 11001101 10010100 1010 0 11100 1011111 10100 101010 1011011 101010

Color Harmonies of #CD940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD940A

Black with #CD940A

Text Example


Text Example

White with #CD940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD940A; }

 p { color: rgb(205,148,10); }

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

background-color css

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

 a { background-color: rgb(205,148,10); }

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

border-color css

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

 span { border-color: rgb(205,148,10); }

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