Html Css Color HEX #CDB943 Old Gold

📋 copy color: '#CDB943'

red 205 ◦ green 185 ◦ blue 67

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

Shades of Old Gold #CDB943

Tints of Old Gold #CDB943

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.48%

 BLUE value IS 67 (26.56% from 255) = 14.66%

R = 44.86%
G = 40.48%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CDB943 (or 0xCDB943) is known color: Old Gold. HEX triplet: CD, B9 and 43. RGB value is (205,185,67). Sum of RGB (Red+Green+Blue) = 205+185+67=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 67 (26.56% from 255 or 14.66% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB943 is #3246BC. Grayscale: #B2B2B2. Windows color (decimal): -3294909 or 4438477. OLE color: 4438477.

HSL color Cylindrical-coordinate representation of color #CDB943: hue angle of 51.3º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDB943 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 185 67 -
CMYK 0 0.10 0.67 0.20
HSL 51.3º 0.58% 0.53% -
HSV(B) 51.3º 0.67% 0.8% -
XYZ 43.54 48.08 12.3 -
YUV 177.53 65.63 147.59 -
System Red Green Blue C M Y K H S L
Decimal 205 185 67 0 0.10 0.67 0.20 51.3 0.58 0.53
Hex CD B9 43 0 A 43 14 33 3A 35
Octal 315 271 103 0 12 103 24 63 72 65
Binary 11001101 10111001 1000011 0 1010 1000011 10100 110011 111010 110101

Color Harmonies of #CDB943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB943

Black with #CDB943

Text Example


Text Example

White with #CDB943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB943; }

 p { color: rgb(205,185,67); }

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

background-color css

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

 a { background-color: rgb(205,185,67); }

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

border-color css

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

 span { border-color: rgb(205,185,67); }

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