Html Css Color HEX #CDB441 Old Gold

📋 copy color: '#CDB441'

red 205 ◦ green 180 ◦ blue 65

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

Shades of Old Gold #CDB441

Tints of Old Gold #CDB441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.44%

R = 45.56%
G = 40%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CDB441 (or 0xCDB441) is known color: Old Gold. HEX triplet: CD, B4 and 41. RGB value is (205,180,65). Sum of RGB (Red+Green+Blue) = 205+180+65=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB441 is #324BBE. Grayscale: #AEAEAE. Windows color (decimal): -3296191 or 4306125. OLE color: 4306125.

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

Color convert

RGB 205 180 65 -
CMYK 0 0.12 0.68 0.20
HSL 49.29º 0.58% 0.53% -
HSV(B) 49.29º 0.68% 0.8% -
XYZ 42.45 46 11.64 -
YUV 174.37 66.28 149.85 -
System Red Green Blue C M Y K H S L
Decimal 205 180 65 0 0.12 0.68 0.20 49.29 0.58 0.53
Hex CD B4 41 0 C 44 14 31 3A 35
Octal 315 264 101 0 14 104 24 61 72 65
Binary 11001101 10110100 1000001 0 1100 1000100 10100 110001 111010 110101

Color Harmonies of #CDB441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB441

Black with #CDB441

Text Example


Text Example

White with #CDB441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB441; }

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

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

background-color css

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

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

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

border-color css

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

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

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