Html Css Color HEX #CDB22D Metallic Gold

📋 copy color: '#CDB22D'

red 205 ◦ green 178 ◦ blue 45

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

Shades of Metallic Gold #CDB22D

Tints of Metallic Gold #CDB22D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.59%

 BLUE value IS 45 (17.97% from 255) = 10.51%

R = 47.9%
G = 41.59%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CDB22D (or 0xCDB22D) is known color: Metallic Gold. HEX triplet: CD, B2 and 2D. RGB value is (205,178,45). Sum of RGB (Red+Green+Blue) = 205+178+45=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB22D is #324DD2. Grayscale: #ABABAB. Windows color (decimal): -3296723 or 2994893. OLE color: 2994893.

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

Color convert

RGB 205 178 45 -
CMYK 0 0.13 0.78 0.20
HSL 49.88º 0.64% 0.49% -
HSV(B) 49.88º 0.78% 0.8% -
XYZ 41.57 45.01 8.98 -
YUV 170.91 56.95 152.31 -
System Red Green Blue C M Y K H S L
Decimal 205 178 45 0 0.13 0.78 0.20 49.88 0.64 0.49
Hex CD B2 2D 0 D 4E 14 32 40 31
Octal 315 262 55 0 15 116 24 62 100 61
Binary 11001101 10110010 101101 0 1101 1001110 10100 110010 1000000 110001

Color Harmonies of #CDB22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB22D

Black with #CDB22D

Text Example


Text Example

White with #CDB22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB22D; }

 p { color: rgb(205,178,45); }

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

background-color css

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

 a { background-color: rgb(205,178,45); }

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

border-color css

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

 span { border-color: rgb(205,178,45); }

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