Html Css Color HEX #CDBD3A Old Gold

📋 copy color: '#CDBD3A'

red 205 ◦ green 189 ◦ blue 58

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

Shades of Old Gold #CDBD3A

Tints of Old Gold #CDBD3A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.81%

 BLUE value IS 58 (23.05% from 255) = 12.83%

R = 45.35%
G = 41.81%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CDBD3A (or 0xCDBD3A) is known color: Old Gold. HEX triplet: CD, BD and 3A. RGB value is (205,189,58). Sum of RGB (Red+Green+Blue) = 205+189+58=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 58 (23.05% from 255 or 12.83% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBD3A is #3242C5. Grayscale: #B3B3B3. Windows color (decimal): -3293894 or 3849677. OLE color: 3849677.

HSL color Cylindrical-coordinate representation of color #CDBD3A: hue angle of 53.47º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDBD3A is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 189 58 -
CMYK 0 0.08 0.72 0.20
HSL 53.47º 0.6% 0.52% -
HSV(B) 53.47º 0.72% 0.8% -
XYZ 44.14 49.68 11.27 -
YUV 178.85 59.8 146.65 -
System Red Green Blue C M Y K H S L
Decimal 205 189 58 0 0.08 0.72 0.20 53.47 0.6 0.52
Hex CD BD 3A 0 8 48 14 35 3C 34
Octal 315 275 72 0 10 110 24 65 74 64
Binary 11001101 10111101 111010 0 1000 1001000 10100 110101 111100 110100

Color Harmonies of #CDBD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBD3A

Black with #CDBD3A

Text Example


Text Example

White with #CDBD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBD3A; }

 p { color: rgb(205,189,58); }

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

background-color css

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

 a { background-color: rgb(205,189,58); }

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

border-color css

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

 span { border-color: rgb(205,189,58); }

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