Html Css Color HEX #CDB743 Old Gold

📋 copy color: '#CDB743'

red 205 ◦ green 183 ◦ blue 67

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

Shades of Old Gold #CDB743

Tints of Old Gold #CDB743

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.22%

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

R = 45.05%
G = 40.22%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CDB743 (or 0xCDB743) is known color: Old Gold. HEX triplet: CD, B7 and 43. RGB value is (205,183,67). Sum of RGB (Red+Green+Blue) = 205+183+67=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 67 (26.56% from 255 or 14.73% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB743 is #3248BC. Grayscale: #B0B0B0. Windows color (decimal): -3295421 or 4437965. OLE color: 4437965.

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

Color convert

RGB 205 183 67 -
CMYK 0 0.11 0.67 0.20
HSL 50.43º 0.58% 0.53% -
HSV(B) 50.43º 0.67% 0.8% -
XYZ 43.12 47.25 12.16 -
YUV 176.35 66.29 148.43 -
System Red Green Blue C M Y K H S L
Decimal 205 183 67 0 0.11 0.67 0.20 50.43 0.58 0.53
Hex CD B7 43 0 B 43 14 32 3A 35
Octal 315 267 103 0 13 103 24 62 72 65
Binary 11001101 10110111 1000011 0 1011 1000011 10100 110010 111010 110101

Color Harmonies of #CDB743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB743

Black with #CDB743

Text Example


Text Example

White with #CDB743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB743; }

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

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

background-color css

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

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

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

border-color css

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

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

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