Html Css Color HEX #CDB143 Old Gold

📋 copy color: '#CDB143'

red 205 ◦ green 177 ◦ blue 67

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

Shades of Old Gold #CDB143

Tints of Old Gold #CDB143

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.42%

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

R = 45.66%
G = 39.42%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CDB143 (or 0xCDB143) is known color: Old Gold. HEX triplet: CD, B1 and 43. RGB value is (205,177,67). Sum of RGB (Red+Green+Blue) = 205+177+67=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 67 (26.56% from 255 or 14.92% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB143 is #324EBC. Grayscale: #ADADAD. Windows color (decimal): -3296957 or 4436429. OLE color: 4436429.

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

Color convert

RGB 205 177 67 -
CMYK 0 0.14 0.67 0.20
HSL 47.83º 0.58% 0.53% -
HSV(B) 47.83º 0.67% 0.8% -
XYZ 41.91 44.83 11.75 -
YUV 172.83 68.28 150.94 -
System Red Green Blue C M Y K H S L
Decimal 205 177 67 0 0.14 0.67 0.20 47.83 0.58 0.53
Hex CD B1 43 0 E 43 14 30 3A 35
Octal 315 261 103 0 16 103 24 60 72 65
Binary 11001101 10110001 1000011 0 1110 1000011 10100 110000 111010 110101

Color Harmonies of #CDB143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB143

Black with #CDB143

Text Example


Text Example

White with #CDB143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB143; }

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

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

background-color css

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

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

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

border-color css

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

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

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