Html Css Color HEX #CDB243 Old Gold

📋 copy color: '#CDB243'

red 205 ◦ green 178 ◦ blue 67

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

Shades of Old Gold #CDB243

Tints of Old Gold #CDB243

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.56%

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

R = 45.56%
G = 39.56%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CDB243 (or 0xCDB243) is known color: Old Gold. HEX triplet: CD, B2 and 43. RGB value is (205,178,67). Sum of RGB (Red+Green+Blue) = 205+178+67=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB243 is #324DBC. Grayscale: #ADADAD. Windows color (decimal): -3296701 or 4436685. OLE color: 4436685.

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

Color convert

RGB 205 178 67 -
CMYK 0 0.13 0.67 0.20
HSL 48.26º 0.58% 0.53% -
HSV(B) 48.26º 0.67% 0.8% -
XYZ 42.11 45.23 11.82 -
YUV 173.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 205 178 67 0 0.13 0.67 0.20 48.26 0.58 0.53
Hex CD B2 43 0 D 43 14 30 3A 35
Octal 315 262 103 0 15 103 24 60 72 65
Binary 11001101 10110010 1000011 0 1101 1000011 10100 110000 111010 110101

Color Harmonies of #CDB243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB243

Black with #CDB243

Text Example


Text Example

White with #CDB243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB243; }

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

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

background-color css

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

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

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

border-color css

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

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

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