Html Css Color HEX #CDB327 Metallic Gold

📋 copy color: '#CDB327'

red 205 ◦ green 179 ◦ blue 39

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

Shades of Metallic Gold #CDB327

Tints of Metallic Gold #CDB327

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.32%

 BLUE value IS 39 (15.63% from 255) = 9.22%

R = 48.46%
G = 42.32%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CDB327 (or 0xCDB327) is known color: Metallic Gold. HEX triplet: CD, B3 and 27. RGB value is (205,179,39). Sum of RGB (Red+Green+Blue) = 205+179+39=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB327 is #324CD8. Grayscale: #ABABAB. Windows color (decimal): -3296473 or 2601933. OLE color: 2601933.

HSL color Cylindrical-coordinate representation of color #CDB327: hue angle of 50.6º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDB327 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 179 39 -
CMYK 0 0.13 0.81 0.20
HSL 50.6º 0.68% 0.48% -
HSV(B) 50.6º 0.81% 0.8% -
XYZ 41.66 45.37 8.48 -
YUV 170.81 53.61 152.38 -
System Red Green Blue C M Y K H S L
Decimal 205 179 39 0 0.13 0.81 0.20 50.6 0.68 0.48
Hex CD B3 27 0 D 51 14 33 44 30
Octal 315 263 47 0 15 121 24 63 104 60
Binary 11001101 10110011 100111 0 1101 1010001 10100 110011 1000100 110000

Color Harmonies of #CDB327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB327

Black with #CDB327

Text Example


Text Example

White with #CDB327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB327; }

 p { color: rgb(205,179,39); }

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

background-color css

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

 a { background-color: rgb(205,179,39); }

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

border-color css

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

 span { border-color: rgb(205,179,39); }

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