Html Css Color HEX #CDB443 Old Gold

📋 copy color: '#CDB443'

red 205 ◦ green 180 ◦ blue 67

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

Shades of Old Gold #CDB443

Tints of Old Gold #CDB443

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.82%

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

R = 45.35%
G = 39.82%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CDB443 (or 0xCDB443) is known color: Old Gold. HEX triplet: CD, B4 and 43. RGB value is (205,180,67). Sum of RGB (Red+Green+Blue) = 205+180+67=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 67 (26.56% from 255 or 14.82% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB443 is #324BBC. Grayscale: #AFAFAF. Windows color (decimal): -3296189 or 4437197. OLE color: 4437197.

HSL color Cylindrical-coordinate representation of color #CDB443: hue angle of 49.13º 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 #CDB443 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 180 67 -
CMYK 0 0.12 0.67 0.20
HSL 49.13º 0.58% 0.53% -
HSV(B) 49.13º 0.67% 0.8% -
XYZ 42.51 46.03 11.95 -
YUV 174.59 67.28 149.69 -
System Red Green Blue C M Y K H S L
Decimal 205 180 67 0 0.12 0.67 0.20 49.13 0.58 0.53
Hex CD B4 43 0 C 43 14 31 3A 35
Octal 315 264 103 0 14 103 24 61 72 65
Binary 11001101 10110100 1000011 0 1100 1000011 10100 110001 111010 110101

Color Harmonies of #CDB443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB443

Black with #CDB443

Text Example


Text Example

White with #CDB443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB443; }

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

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

background-color css

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

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

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

border-color css

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

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

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