Html Css Color HEX #CD991C Buddha Gold

📋 copy color: '#CD991C'

red 205 ◦ green 153 ◦ blue 28

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

Shades of Buddha Gold #CD991C

Tints of Buddha Gold #CD991C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.25%

R = 53.11%
G = 39.64%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD991C (or 0xCD991C) is known color: Buddha Gold. HEX triplet: CD, 99 and 1C. RGB value is (205,153,28). Sum of RGB (Red+Green+Blue) = 205+153+28=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD991C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD991C is #3266E3. Grayscale: #9A9A9A. Windows color (decimal): -3303140 or 1874381. OLE color: 1874381.

HSL color Cylindrical-coordinate representation of color #CD991C: hue angle of 42.37º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD991C is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 153 28 -
CMYK 0 0.25 0.86 0.20
HSL 42.37º 0.76% 0.46% -
HSV(B) 42.37º 0.86% 0.8% -
XYZ 36.78 35.85 6.08 -
YUV 154.3 56.73 164.16 -
System Red Green Blue C M Y K H S L
Decimal 205 153 28 0 0.25 0.86 0.20 42.37 0.76 0.46
Hex CD 99 1C 0 19 56 14 2A 4C 2E
Octal 315 231 34 0 31 126 24 52 114 56
Binary 11001101 10011001 11100 0 11001 1010110 10100 101010 1001100 101110

Color Harmonies of #CD991C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD991C

Black with #CD991C

Text Example


Text Example

White with #CD991C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD991C; }

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

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

background-color css

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

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

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

border-color css

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

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

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