Html Css Color HEX #CDBD4A Old Gold

📋 copy color: '#CDBD4A'

red 205 ◦ green 189 ◦ blue 74

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

Shades of Old Gold #CDBD4A

Tints of Old Gold #CDBD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.81%

R = 43.8%
G = 40.38%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CDBD4A (or 0xCDBD4A) is known color: Old Gold. HEX triplet: CD, BD and 4A. RGB value is (205,189,74). Sum of RGB (Red+Green+Blue) = 205+189+74=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBD4A is #3242B5. Grayscale: #B5B5B5. Windows color (decimal): -3293878 or 4898253. OLE color: 4898253.

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

Color convert

RGB 205 189 74 -
CMYK 0 0.08 0.64 0.20
HSL 52.67º 0.57% 0.55% -
HSV(B) 52.67º 0.64% 0.8% -
XYZ 44.61 49.87 13.75 -
YUV 180.67 67.8 145.35 -
System Red Green Blue C M Y K H S L
Decimal 205 189 74 0 0.08 0.64 0.20 52.67 0.57 0.55
Hex CD BD 4A 0 8 40 14 35 39 37
Octal 315 275 112 0 10 100 24 65 71 67
Binary 11001101 10111101 1001010 0 1000 1000000 10100 110101 111001 110111

Color Harmonies of #CDBD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBD4A

Black with #CDBD4A

Text Example


Text Example

White with #CDBD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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